From ba7723a4307022c58566f54f1cb3d75edf8fa977 Mon Sep 17 00:00:00 2001 From: Sandip124 Date: Wed, 19 Aug 2020 23:52:14 +0545 Subject: [PATCH 1/2] fix toastr width for firefox browser --- src/toastify.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/toastify.css b/src/toastify.css index c6fa552..75265d2 100644 --- a/src/toastify.css +++ b/src/toastify.css @@ -65,6 +65,7 @@ left: 0; right: 0; max-width: fit-content; + max-width: -moz-max-content;; } @media only screen and (max-width: 360px) { From a17b94976f97f7d76bf9d4b7a09d0b7f9d4bf6dd Mon Sep 17 00:00:00 2001 From: Sandip124 <37034590+Sandip124@users.noreply.github.com> Date: Thu, 24 Sep 2020 11:58:29 +0545 Subject: [PATCH 2/2] remove extra semicolon and change the max width to moz fit content --- src/toastify.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toastify.css b/src/toastify.css index 75265d2..59c5b7e 100644 --- a/src/toastify.css +++ b/src/toastify.css @@ -65,7 +65,7 @@ left: 0; right: 0; max-width: fit-content; - max-width: -moz-max-content;; + max-width: -moz-fit-content; } @media only screen and (max-width: 360px) {