You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
- previous commits removed use of `getMinTabWidth` but never updated the related CSS
- this applies the proper `min-width` CSS to match the spec
- which is `72px` on `xs` and `160px` on everything else
- this also changes the left and right padding from `24px` to `12px` to align with the spec
Relates to #10406. Relates to #11432.
BREAKING CHANGE: Tab items now have a `min-width` and `padding` which matches the Material Design specification. For width, this is `72px` on `xs` screens and `160px` on all other screens. For left and right `padding`, this is now `12px` instead of `24px`. If your app needs to have tabs which are smaller than the spec, you will need to override `md-tab-item`'s `min-width` and `md-tab`'s `padding` styles.
0 commit comments