Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(toast.scss): Change height to defined for IE11
Browse files Browse the repository at this point in the history
Height updated to value below min-height. IE11 does not layout correctly
without. Tried 'inherit' but caniuse.com says not supported.

Fixes #4946. Closes #5057.
  • Loading branch information
jsr6720 authored and ThomasBurleson committed Oct 8, 2015
1 parent 315ea48 commit 8cc6b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toast/toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ md-toast {
font-size: 14px;
cursor: default;

height:auto;
height: 0px;
max-height: 7*$toast-height;
max-width: 100%;

Expand Down

0 comments on commit 8cc6b84

Please sign in to comment.