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 092cb50 commit f99a8abCopy full SHA for f99a8ab
src/material/tabs/_tabs-common.scss
@@ -53,6 +53,12 @@ $mat-tab-animation-duration: 500ms !default;
53
pointer-events: none;
54
}
55
56
+ // We support projecting icons into the tab. These styles ensure that they're centered.
57
+ .mdc-tab__text-label {
58
+ display: inline-flex;
59
+ align-items: center;
60
+ }
61
+
62
// Required for `fitInkBarToContent` to work. This used to be included with MDC's `without-ripple`
63
// mixin, but that no longer appears to be the case with `static-styles`. Since the latter is
64
// ~10kb smaller, we include this one extra style ourselves.
0 commit comments