note overflow css

This commit is contained in:
Martti Malmi 2023-06-29 10:37:50 +03:00
parent 12d2bf72b7
commit 4dfefdf848

View File

@ -51,5 +51,6 @@ img, video {
.preformatted-wrap {
white-space: pre-wrap;
overflow-wrap: break-word;
word-break: break-all;
word-break: break-word;
overflow: hidden;
}