Browse Source

Apply tab-size to everything (#587)

master
Federico Brigante 7 years ago
committed by Sindre Sorhus
parent
commit
ad1ce2646c
  1. 8
      extension/content.css

8
extension/content.css

@ -391,13 +391,7 @@ we will add it back on for the simple news alerts we decide to show
}
/* Make tab indented code more readable on GitHub and Gist */
.tab-size[data-tab-size='2'],
.tab-size[data-tab-size='4'],
.tab-size[data-tab-size='8'],
.inline-review-comment,
.gist table.lines,
.highlight pre, /* Readme code blocks */
.blob-code-inner /* PR inline diff */ {
* {
-moz-tab-size: 4 !important;
tab-size: 4 !important;
}

Loading…
Cancel
Save