Skip to content

Instantly share code, notes, and snippets.

@stefansundin
Created July 24, 2019 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefansundin/83c5cbde406839722decc941de0407f3 to your computer and use it in GitHub Desktop.
Save stefansundin/83c5cbde406839722decc941de0407f3 to your computer and use it in GitHub Desktop.
Make the list of items in Rollbar wider.
{
"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
}
@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