Skip to content

Commit 2655ab9

Browse files
committed
Enable wrapping for dialog text components
1 parent c2b11f4 commit 2655ab9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles/global.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,6 +1883,8 @@ hr {
18831883

18841884
.dialog-preview .text-component {
18851885
font-size: calc(var(--dialog-px) * 10);
1886+
white-space: pre-wrap;
1887+
text-align: center;
18861888
}
18871889

18881890
.dialog-preview .text-component span {

0 commit comments

Comments
 (0)