Skip to content

Commit f5c36bb

Browse files
Serial Monitor autoscroll only makes bottom line partially visible #972 (#1446)
1 parent 364f8b8 commit f5c36bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: arduino-ide-extension/src/browser/style/monitor.css

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
font-family: monospace
1515
}
1616

17+
.serial-monitor-messages pre {
18+
margin: 0px;
19+
}
20+
1721
.serial-monitor .head {
1822
display: flex;
1923
padding: 5px;

0 commit comments

Comments
 (0)