diff --git a/github-dark.css b/github-dark.css index ec786ca99..fbf00fa95 100644 --- a/github-dark.css +++ b/github-dark.css @@ -10576,6 +10576,9 @@ .blob-code, .blob-code-inner { color: var(--ghd-code-color, #ccc) !important; } + .cm-tab { + overflow: hidden !important; + } } @-moz-document regexp("^https://www\.zuora\.com.*github\.com.*$") { /* Styles the payment form iframe */ diff --git a/github-dark.user.css b/github-dark.user.css index b0e58025c..340249b09 100644 --- a/github-dark.user.css +++ b/github-dark.user.css @@ -160,36 +160,57 @@ pre, .highlight, .diff-table, .tab-size { tab-size: 2 !important; -moz-tab-size: 2 !important; + } + .cm-tab { + width: 2ch !important; } EOT; 3 "3" <<