Skip to content

Commit c266f3b

Browse files
authored
fix(material-experimental/mdc-tabs): delete custom tab min-width (#20979)
1 parent 4b16025 commit c266f3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material-experimental/mdc-tabs/_tabs-common.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ $mat-tab-animation-duration: 500ms !default;
1919
// is an opt-in behavior. Also technically we don't need to combine the two classes, but
2020
// we need the extra specificity to avoid issues with CSS insertion order.
2121
flex-grow: 0;
22-
min-width: 160px;
2322
}
2423

2524
// Used to render out the background tint when hovered/focused. Usually this is done by

0 commit comments

Comments
 (0)