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

Commit b85ad62

Browse files
patrykkopycinskiajoslin
authored andcommitted
fix(tabs): make md-tab-label visible on IE11
Closes #1057. Closes #1062.
1 parent 20805a0 commit b85ad62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/tabs/tabs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ md-tab {
138138
}
139139

140140
md-tab-label {
141-
flex: 1;
141+
flex: 1 1 auto;
142142
z-index: 100;
143143
opacity: 1;
144144
overflow: hidden;

0 commit comments

Comments
 (0)