mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
refactor(segment): removed div wrapping segment buttons
references #356
This commit is contained in:
@ -6,12 +6,10 @@ $segment-button-padding: 0 16px !default;
|
||||
|
||||
|
||||
ion-segment {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ion-segment {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
|
||||
|
Reference in New Issue
Block a user