Skip to content

Commit 78b03ba

Browse files
add padding to text output (#47)
1 parent f2f2980 commit 78b03ba

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
@@ -49,9 +49,9 @@
4949
overflow: auto;
5050
tab-size: 2;
5151
white-space: pre-wrap;
52+
padding: 10px;
5253
}
5354

5455
.text-output code {
5556
color: var(--vscode-editor-foreground) !important;
56-
padding-top: 5px;
5757
}

0 commit comments

Comments
 (0)