Created
July 24, 2019 19:11
-
-
Save stefansundin/83c5cbde406839722decc941de0407f3 to your computer and use it in GitHub Desktop.
Make the list of items in Rollbar wider.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Rollbar", | |
"version": "1.0", | |
"description": "Make the list of items in Rollbar wider.", | |
"content_scripts": [ | |
{ | |
"matches": ["https://rollbar.com/*"], | |
"css": ["rollbar.css"] | |
} | |
], | |
"applications": { | |
"gecko": { | |
"id": "@." | |
} | |
}, | |
"manifest_version": 2 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (min-width: 1500px) { | |
.bs4-container { | |
max-width: 95% !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment