Closed Fraenkiman closed 1 year ago
Hello, everyone,
long single line Leggero-v2 style code wrapped by pre element overshoots the target in print preview.
I see two options here:
By overflow: auto; cut off the excess code and replace text-overflow: ellipsis; to signal that not all code is on off-paper
overflow: auto;
text-overflow: ellipsis;
or
by white-space: pre-line; create a line break on the paper
white-space: pre-line;
Best Regards Frank
Hello, everyone,
long single line Leggero-v2 style code wrapped by pre element overshoots the target in print preview.
I see two options here:
By
overflow: auto;
cut off the excess code and replacetext-overflow: ellipsis;
to signal that not all code is on off-paperor
by
white-space: pre-line;
create a line break on the paperBest Regards Frank