Skip to content

Commit 5aae337

Browse files
authored
fix(ui): fix word wrap in error alert (#178)
1 parent 90ed429 commit 5aae337

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/components/preview/Preview.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
margin: 0;
3232
padding: 0;
3333
font: inherit;
34+
word-wrap: break-word;
35+
white-space: break-spaces;
3436
}
3537

3638
.app-preview__progress {

0 commit comments

Comments
 (0)