Improved wrapping of long lines in code blocks

This commit is contained in:
Christoph Haas 2024-12-22 00:31:56 +01:00
parent d01e984538
commit c334128f1a

View file

@ -34,4 +34,5 @@ li > br {
text-indent: -1em !important;
padding-left: 2em !important;
text-wrap: wrap;
word-break: break-word;
}