fix(range): align the label in an item range to the center

fixes #7046
This commit is contained in:
Brandy Carney
2016-07-08 15:01:21 -04:00
parent 65c84b307b
commit d675d39a62

View File

@ -15,6 +15,10 @@
.item-range ion-range { .item-range ion-range {
width: 100%; width: 100%;
ion-label {
align-self: center;
}
} }
ion-range { ion-range {