Commit c367e66
fix(tab): add flex-basis hack for IE11 (#10369)
Fixes an issue where the content of a tab does not wrap in IE11. That happens because, for some reason, IE11 requires an explicit declaration that the tab content should occupy the full width of the tab while using flex.
Fixes #102371 parent 1cc0c7f commit c367e66
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| |||
0 commit comments