We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4191b4d commit b678119Copy full SHA for b678119
src/lib/tabs/_tabs-common.scss
@@ -6,7 +6,7 @@ $mat-tab-animation-duration: 500ms !default;
6
// Mixin styles for labels that are contained within the tab header.
7
@mixin tab-label {
8
height: $mat-tab-bar-height;
9
- padding: 0 12px;
+ padding: 0 24px;
10
cursor: pointer;
11
box-sizing: border-box;
12
opacity: 0.6;
src/lib/tabs/tab-group.scss
@@ -19,7 +19,13 @@
19
20
@media ($mat-xsmall) {
21
.mat-tab-label {
22
- min-width: 72px;
+ padding: 0 12px;
23
+ }
24
+}
25
+
26
+@media ($mat-small) {
27
+ .mat-tab-label {
28
29
}
30
31
0 commit comments