We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181ef69 commit df855ccCopy full SHA for df855cc
simpletoast.js
@@ -3,7 +3,7 @@
3
*/
4
(() => {
5
if (window !== window.top) return;
6
- const version = buildVersion(1, 7, 2);
+ const version = buildVersion(1, 7, 3);
7
if (window.SimpleToast) {
8
if (SimpleToast.version) {
9
if (SimpleToast.version >= version.number) return;
@@ -18,6 +18,7 @@
18
'flex-direction': 'column-reverse',
19
'align-items': 'flex-end',
20
position: 'fixed',
21
+ 'white-space': 'pre-wrap',
22
bottom: 0,
23
right: 0,
24
zIndex: 1000,
0 commit comments