Skip to content

Commit 8b776dc

Browse files
committed
πŸ’„
1 parent 4cd802f commit 8b776dc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

β€Žsrc/renderer/render.tsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ function addStyles(document: HTMLDocument): HTMLStyleElement {
119119
120120
th {
121121
border-top: none !important;
122+
text-align: left !important;
122123
}
123124
`;
124125

β€Žsrc/renderer/style.cssβ€Ž

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ thead th {
1616
box-shadow: 0 1px 0 var(--vscode-panel-border) !important;
1717
}
1818

19-
th {
20-
text-align: left !important;
21-
}
22-
2319
th, td {
2420
border: 1px solid var(--vscode-panel-border) !important;
2521
}
@@ -28,6 +24,8 @@ th:first-child,
2824
td:first-child {
2925
border-left: none !important;
3026
}
27+
3128
th {
3229
border-top: none !important;
30+
text-align: left !important;
3331
}

0 commit comments

Comments
Β (0)