/* ==UserStyle== @name rollbar style @namespace ilyachch/userscripts/styles @version 0.0.1 @description Custom CSS - rollbar @author ilyachch (https://github.com/ilyachch/userscripts) @homepageURL https://github.com/ilyachch/userscripts @supportURL https://github.com/ilyachch/userscripts/issues @updateURL https://raw.githubusercontent.com/ilyachch/userscripts/main/usercss/rollbar/rollbar.user.css @license MIT @preprocessor default ==/UserStyle== */ @-moz-document domain("rollbar.com") { .bs4-container { max-width: inherit; } .alert.alert-block { margin: 1rem 2rem !important; } .site-notification { margin: 1rem 2rem !important; } .ellipsis { max-width: none !important; } }