Skip to content

Commit a5a6f99

Browse files
set text-output border, top and bottom margins to 0px (#93)
1 parent 710b8c4 commit a5a6f99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/renderer/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66

77
.text-output {
88
background-color: var(--vscode-editor-background);
9+
border-width: 0px;
910
font-family: var(--vscode-editor-font-family);
1011
font-size: var(--vscode-editor-font-size);
1112
margin-top: 0px;
13+
margin-bottom: 0px;
1214
max-height: 360px;
1315
overflow: auto;
1416
tab-size: 2;

0 commit comments

Comments
 (0)