Skip to content

Commit

Permalink
Merge pull request #62 from Sandip124/fix/firefoxCompatibilityIssue
Browse files Browse the repository at this point in the history
fix toastr width for firefox browser
  • Loading branch information
apvarun authored Sep 24, 2020
2 parents 0e25082 + a17b949 commit dda68c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/toastify.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
left: 0;
right: 0;
max-width: fit-content;
max-width: -moz-fit-content;
}

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

0 comments on commit dda68c3

Please sign in to comment.