Hide extra blank lines

This commit is contained in:
He4eT 2021-02-28 20:18:15 +05:00
commit 06c8e5a4f7

View file

@ -26,3 +26,9 @@
margin-bottom: 8px;
}
.textBuffer > br:first-child,
.textBuffer > br:last-child,
.textBuffer > br + br + br {
display: none;
}