Skip to content

Commit

Permalink
fix(range): align the label in an item range to the center
Browse files Browse the repository at this point in the history
fixes #7046
  • Loading branch information
brandyscarney committed Jul 8, 2016
1 parent 65c84b3 commit d675d39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/range/range.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

.item-range ion-range {
width: 100%;

ion-label {
align-self: center;
}
}

ion-range {
Expand Down

0 comments on commit d675d39

Please sign in to comment.