We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd802f commit 8b776dcCopy full SHA for 8b776dc
βsrc/renderer/render.tsβ
@@ -119,6 +119,7 @@ function addStyles(document: HTMLDocument): HTMLStyleElement {
119
120
th {
121
border-top: none !important;
122
+ text-align: left !important;
123
}
124
`;
125
βsrc/renderer/style.cssβ
@@ -16,10 +16,6 @@ thead th {
16
box-shadow: 0 1px 0 var(--vscode-panel-border) !important;
17
18
19
-th {
20
- text-align: left !important;
21
-}
22
-
23
th, td {
24
border: 1px solid var(--vscode-panel-border) !important;
25
@@ -28,6 +24,8 @@ th:first-child,
28
td:first-child {
29
border-left: none !important;
30
26
27
+
31
32
33
0 commit comments