Skip to content

Commit bd52284

Browse files
committed
fix: quick toast fix
1 parent 862b796 commit bd52284

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apps/web-app/src/providers/toast-overrides.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,17 @@
1212
[data-sileo-toast] {
1313
--sileo-width: var(--toast-viewport-width, 480px);
1414
min-width: var(--sileo-width);
15+
max-width: var(--sileo-width);
16+
overflow: hidden;
1517
}
1618

1719
[data-sileo-viewport][data-theme="dark"] [data-sileo-description] {
1820
color: var(--toast-description-color, rgb(255, 255, 255)) !important;
1921
}
22+
23+
[data-sileo-description] {
24+
word-wrap: break-word;
25+
overflow-wrap: break-word;
26+
white-space: normal;
27+
word-break: break-word;
28+
}

0 commit comments

Comments
 (0)