Skip to content

Commit

Permalink
set bg and border styles for data summary text output (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Aug 5, 2021
1 parent ae8a59a commit a916910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
margin-right: 10px;
}

.data-table {
.data-table, .data-summary .text-output {
max-width: 100%;
background-color: var(--vscode-editor-background);
border: 1px solid var(--vscode-panel-border);
Expand Down

0 comments on commit a916910

Please sign in to comment.