Skip to content

Commit e270e50

Browse files
dasoiskara
authored andcommitted
fix(tabs): set correct min-width on mobile devices (#1351)
Tabs on mobile devices have a min-width of 72px. Closes #1350
1 parent e7b872a commit e270e50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lib/tabs/tab-group.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ $md-tab-bar-height: 48px !default;
3838
}
3939
}
4040

41+
@media ($md-xsmall) {
42+
.md-tab-label {
43+
min-width: 72px;
44+
}
45+
}
46+
4147
.md-tab-disabled {
4248
cursor: default;
4349
pointer-events: none;

0 commit comments

Comments
 (0)