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 e3ba1e1 commit 00de2d7Copy full SHA for 00de2d7
src/lib/tabs/tab-nav-bar/tab-nav-bar.html
@@ -1,5 +1,5 @@
1
<div class="mat-tab-links">
2
<ng-content></ng-content>
3
+ <md-ink-bar></md-ink-bar>
4
</div>
5
-<md-ink-bar></md-ink-bar>
src/lib/tabs/tab-nav-bar/tab-nav-bar.scss
@@ -7,13 +7,14 @@
7
}
8
9
.mat-tab-links {
10
- display: flex;
11
position: relative;
12
13
14
// Wraps each link in the header
15
.mat-tab-link {
16
@include tab-label;
+ display: inline-block;
17
+ vertical-align: top;
18
text-decoration: none; // Removes anchor underline styling
19
20
overflow: hidden; // Keeps the ripple from extending outside the element bounds
0 commit comments