Skip to content

Commit f07d106

Browse files
committed
switch tab header back
1 parent 86211d7 commit f07d106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tabs/tab-header.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const EXAGGERATED_OVERSCROLL = 60;
4545
styleUrls: ['tab-header.css'],
4646
encapsulation: ViewEncapsulation.None,
4747
host: {
48-
'[class.mat-tab-header]': 'true',
48+
'class': 'mat-tab-header',
4949
'[class.mat-tab-header-pagination-controls-enabled]': '_showPaginationControls',
5050
'[class.mat-tab-header-rtl]': "_getLayoutDirection() == 'rtl'",
5151
}

0 commit comments

Comments
 (0)