From 65c84b307ba2889d87e5217b3712a7db2536a4ef Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 8 Jul 2016 14:46:06 -0400 Subject: [PATCH] revert(range): revert PR #7050, it breaks stacked labels and double labels references #7046 --- src/components/label/label.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/label/label.scss b/src/components/label/label.scss index dd12671067d..91433c8338d 100644 --- a/src/components/label/label.scss +++ b/src/components/label/label.scss @@ -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;