Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(tabs): make md-tab-label visible on IE11
Browse files Browse the repository at this point in the history
Closes #1057. Closes #1062.
  • Loading branch information
patrykkopycinski authored and ajoslin committed Jan 8, 2015
1 parent 20805a0 commit b85ad62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tabs/tabs.scss
Expand Up @@ -138,7 +138,7 @@ md-tab {
}

md-tab-label {
flex: 1;
flex: 1 1 auto;
z-index: 100;
opacity: 1;
overflow: hidden;
Expand Down

0 comments on commit b85ad62

Please sign in to comment.