Skip to content

Commit a429134

Browse files
committed
Allow toasts to span the full page width on mobile (apvarun#113)
1 parent 8f95571 commit a429134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/toastify.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
border-radius: 2px;
2020
cursor: pointer;
2121
text-decoration: none;
22-
max-width: calc(50% - 20px);
22+
box-sizing: border-box;
23+
max-width: calc(100% - 30px);
2324
z-index: 2147483647;
2425
}
2526

0 commit comments

Comments
 (0)