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

Commit 8cc6b84

Browse files
jsr6720ThomasBurleson
authored andcommitted
fix(toast.scss): Change height to defined for IE11
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.
1 parent 315ea48 commit 8cc6b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/toast/toast.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ md-toast {
1818
font-size: 14px;
1919
cursor: default;
2020

21-
height:auto;
21+
height: 0px;
2222
max-height: 7*$toast-height;
2323
max-width: 100%;
2424

0 commit comments

Comments
 (0)