Skip to content

Commit

Permalink
fix(material-experimental/mdc-tabs): delete custom tab min-width (#20979
Browse files Browse the repository at this point in the history
)
  • Loading branch information
wagnermaciel committed Jan 9, 2021
1 parent 4b16025 commit c266f3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/material-experimental/mdc-tabs/_tabs-common.scss
Expand Up @@ -19,7 +19,6 @@ $mat-tab-animation-duration: 500ms !default;
// is an opt-in behavior. Also technically we don't need to combine the two classes, but
// we need the extra specificity to avoid issues with CSS insertion order.
flex-grow: 0;
min-width: 160px;
}

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

0 comments on commit c266f3b

Please sign in to comment.