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 c3a8d0c commit 89ea485Copy full SHA for 89ea485
src/lib/tabs/tab-group.scss
@@ -29,7 +29,6 @@
29
}
30
31
32
-.mat-tab-group[mat-stretch-tabs] .mat-tab-label,
33
.mat-tab-group[mat-stretch-tabs] .mat-tab-label {
34
flex-basis: 0;
35
flex-grow: 1;
src/lib/tabs/tab-nav-bar/tab-nav-bar.scss
@@ -8,6 +8,7 @@
8
9
.mat-tab-links {
10
position: relative;
11
+ display: flex;
12
13
14
// Wraps each link in the header
@@ -17,8 +18,14 @@
17
18
text-decoration: none; // Removes anchor underline styling
19
20
overflow: hidden; // Keeps the ripple from extending outside the element bounds
21
+
22
+ [mat-stretch-tabs] & {
23
+ flex-basis: 0;
24
+ flex-grow: 1;
25
+ }
26
27
28
@media ($mat-xsmall) {
.mat-tab-link {
min-width: 72px;
0 commit comments