Serial Monitor autoscroll only makes bottom line partially visible #972 (#1446)

This commit is contained in:
Dwight 2022-09-20 06:26:57 -04:00 committed by GitHub
parent 364f8b8e51
commit f5c36bb691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,10 @@
font-family: monospace
}
.serial-monitor-messages pre {
margin: 0px;
}
.serial-monitor .head {
display: flex;
padding: 5px;