Skip to content

Commit df855cc

Browse files
committed
Fix new lines not rendering
1 parent 181ef69 commit df855cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

simpletoast.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
(() => {
55
if (window !== window.top) return;
6-
const version = buildVersion(1, 7, 2);
6+
const version = buildVersion(1, 7, 3);
77
if (window.SimpleToast) {
88
if (SimpleToast.version) {
99
if (SimpleToast.version >= version.number) return;
@@ -18,6 +18,7 @@
1818
'flex-direction': 'column-reverse',
1919
'align-items': 'flex-end',
2020
position: 'fixed',
21+
'white-space': 'pre-wrap',
2122
bottom: 0,
2223
right: 0,
2324
zIndex: 1000,

0 commit comments

Comments
 (0)