Fix wrapping long words

This commit is contained in:
Misode
2025-05-18 02:04:23 +02:00
parent f3d9c7d2eb
commit c6777bc32a

View File

@@ -1883,8 +1883,9 @@ hr {
.dialog-preview .text-component {
font-size: calc(var(--dialog-px) * 10);
white-space: pre-wrap;
text-align: center;
white-space: pre-wrap;
word-break: break-word;
}
.dialog-preview .text-component span {