Skip to content

Commit aeb5770

Browse files
committed
Don't stretch all elements to the max size
1 parent dbe4fb3 commit aeb5770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simpletoast.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
root: {
77
display: 'flex',
88
'flex-direction': 'column-reverse',
9+
'align-items': 'flex-end',
910
position: 'fixed',
1011
bottom: 0,
1112
right: 0,

0 commit comments

Comments
 (0)