Enable wrapping for dialog text components

This commit is contained in:
Misode
2025-05-18 00:04:36 +02:00
parent c2b11f40cb
commit 2655ab9740

View File

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