Skip to content

Commit

Permalink
Change "white-space: initial" to "white-space: normal" to address bro…
Browse files Browse the repository at this point in the history
…wser compatibility issue
  • Loading branch information
cheton committed Aug 7, 2018
1 parent 9a7c765 commit ef7ac9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
box-shadow: 0 4px 16px rgba(0, 0, 0, .5);
min-width: $modal-xs-width;

white-space: initial;
white-space: normal;

&.xs {
width: $modal-xs-width;
Expand Down

0 comments on commit ef7ac9d

Please sign in to comment.