remove padding from linter report items
(icons already take care of proper spacing)
This commit is contained in:
parent
4ac92a4f9b
commit
a94969e47d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user