Skip to content

Commit e6c42cc

Browse files
authored
Merge pull request #61 from usernamehw/header_sorting_symbol
Fix header sorting symbol being too close to the text
2 parents 712d623 + 2795e9f commit e6c42cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/renderer/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ tbody tr:hover {
2020
background-color: var(--vscode-editor-background) !important;
2121
}
2222

23+
thead th span {
24+
/* Sorting triangle symbol in table header */
25+
margin-left: 0 !important;
26+
padding-right: 0.4rem;
27+
}
28+
2329
thead th {
2430
box-shadow: 0 1px 0 var(--vscode-panel-border) !important;
2531
}

0 commit comments

Comments
 (0)