Properly style indented text via css

This commit is contained in:
schlagmichdoch 2024-01-03 16:54:01 +01:00
parent d58f380565
commit 229084fab3

View file

@ -16,6 +16,7 @@
max-height: 350px; max-height: 350px;
word-break: break-word; word-break: break-word;
word-wrap: anywhere; word-wrap: anywhere;
white-space: pre-wrap;
} }
.textarea:before { .textarea:before {