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

Commit

Permalink
fix(tabs): fixes centered tabs for Safari
Browse files Browse the repository at this point in the history
Closes #3198
  • Loading branch information
Robert Messerle committed Jun 11, 2015
1 parent e3e52c2 commit 2552686
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/tabs/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ md-tabs-canvas {
&.md-center-tabs {
display: flex;
flex-direction: column;
text-align: center;
.md-tab {
float: none;
display: inline-block;
}
}
}
md-pagination-wrapper {
Expand Down

0 comments on commit 2552686

Please sign in to comment.