Skip to content

Commit

Permalink
Allow toasts to span the full page width on mobile (apvarun#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterHolvoet committed Dec 11, 2022
1 parent 8f95571 commit a429134
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/toastify.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
border-radius: 2px;
cursor: pointer;
text-decoration: none;
max-width: calc(50% - 20px);
box-sizing: border-box;
max-width: calc(100% - 30px);
z-index: 2147483647;
}

Expand Down

0 comments on commit a429134

Please sign in to comment.