Skip to content

Commit

Permalink
revert(range): revert PR #7050, it breaks stacked labels and double l…
Browse files Browse the repository at this point in the history
…abels

references #7046
  • Loading branch information
brandyscarney committed Jul 8, 2016
1 parent 5a8fe82 commit 65c84b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/label/label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ ion-label[fixed] {
max-width: 200px;
}

.item-label-stacked > ion-label,
.item-label-floating > ion-label {
.item-label-stacked ion-label,
.item-label-floating ion-label {
align-self: stretch;

width: auto;
Expand Down

0 comments on commit 65c84b3

Please sign in to comment.