Skip to content

Commit dda68c3

Browse files
authored
Merge pull request #62 from Sandip124/fix/firefoxCompatibilityIssue
fix toastr width for firefox browser
2 parents 0e25082 + a17b949 commit dda68c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/toastify.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
left: 0;
6666
right: 0;
6767
max-width: fit-content;
68+
max-width: -moz-fit-content;
6869
}
6970

7071
@media only screen and (max-width: 360px) {

0 commit comments

Comments
 (0)