Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 2552686

Browse files
author
Robert Messerle
committed
fix(tabs): fixes centered tabs for Safari
Closes #3198
1 parent e3e52c2 commit 2552686

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/tabs/tabs.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ md-tabs-canvas {
142142
&.md-center-tabs {
143143
display: flex;
144144
flex-direction: column;
145+
text-align: center;
146+
.md-tab {
147+
float: none;
148+
display: inline-block;
149+
}
145150
}
146151
}
147152
md-pagination-wrapper {

0 commit comments

Comments
 (0)