Make sure empty lines don't collapse in the output

This commit is contained in:
jaseg 2025-07-27 16:52:26 +02:00
parent 13afaa4e4f
commit 36c0d21a36

View file

@ -151,6 +151,7 @@ MAIN_CSS = r'''
padding-left: calc(4em + 5px);
text-indent: -4em;
padding-top: 2px;
align-self: stretch; /* Make sure empty lines don't collapse */
}
/* Make individual syntax tokens wrap anywhere */