fix(segment): fixed display of segment on iOS and MD mode

references #356
This commit is contained in:
Brandy Carney
2015-11-02 18:08:01 -05:00
parent b64bf9dd1d
commit a7a1fbeacd
2 changed files with 7 additions and 1 deletions

View File

@@ -15,6 +15,12 @@ $segment-button-ios-hover-opacity: 0.16 !default;
$segment-button-ios-toolbar-button-max-width: 100px !default;
ion-segment {
display: flex;
align-items: center;
}
.ion-segment {
button,

View File

@@ -36,7 +36,7 @@ $segment-button-md-border-bottom: 2px solid rgba(#000000, 0.10) !de
ion-toolbar {
.ion-segment {
width: 80%;
width: 95%;
margin: 0 auto;
}
}