Skip to content

Commit a916910

Browse files
set bg and border styles for data summary text output (#90)
1 parent ae8a59a commit a916910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
margin-right: 10px;
1313
}
1414

15-
.data-table {
15+
.data-table, .data-summary .text-output {
1616
max-width: 100%;
1717
background-color: var(--vscode-editor-background);
1818
border: 1px solid var(--vscode-panel-border);

0 commit comments

Comments
 (0)