diff --git a/src/toastify.css b/src/toastify.css index ccd65c8..cd37c5a 100644 --- a/src/toastify.css +++ b/src/toastify.css @@ -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; }