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

Commit 2c9a5cc

Browse files
authored
fix(tabs): Allow md-tab-content > div to shrink (#10290)
1 parent 685b902 commit 2c9a5cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/tabs/tabs.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ md-tab-content {
217217
}
218218
> div {
219219
flex: 1 0 100%;
220+
min-width: 0;
220221
&.ng-leave {
221222
animation: 2 * $swift-ease-in-out-duration md-tab-content-hide;
222223
}

0 commit comments

Comments
 (0)