remove padding from linter report items

(icons already take care of proper spacing)
This commit is contained in:
tophf 2020-11-08 20:28:52 +03:00
parent 4ac92a4f9b
commit a94969e47d

View File

@ -773,13 +773,15 @@ body:not(.find-open) [data-match-highlight-count="1"] .CodeMirror-selection-high
#lint tr:hover { #lint tr:hover {
background-color: hsla(180, 50%, 36%, .2); background-color: hsla(180, 50%, 36%, .2);
} }
#lint td {
padding: 0;
}
#lint td[role="severity"] { #lint td[role="severity"] {
font-size: 0; font-size: 0;
width: 16px; width: 16px;
} }
#lint td[role="line"], #lint td[role="sep"] { #lint td[role="line"], #lint td[role="sep"] {
text-align: right; text-align: right;
padding-right: 0;
} }
#lint td[role="col"] { #lint td[role="col"] {
text-align: left; text-align: left;