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 e3a7977 commit 3674056Copy full SHA for 3674056
src/renderer/render.ts
@@ -105,6 +105,10 @@ function addStyles(document: HTMLDocument): HTMLStyleElement {
105
.data-table form table thead th {
106
background-color: var(--vscode-editor-background) !important;
107
}
108
+
109
+ th {
110
+ text-align: left !important;
111
+ }
112
`;
113
return styles;
114
src/renderer/style.css
@@ -11,3 +11,7 @@
11
12
13
14
15
+th {
16
17
+}
0 commit comments