Skip to content

Commit 65c84b3

Browse files
committed
revert(range): revert PR #7050, it breaks stacked labels and double labels
references #7046
1 parent 5a8fe82 commit 65c84b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/label/label.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ ion-label[fixed] {
4040
max-width: 200px;
4141
}
4242

43-
.item-label-stacked > ion-label,
44-
.item-label-floating > ion-label {
43+
.item-label-stacked ion-label,
44+
.item-label-floating ion-label {
4545
align-self: stretch;
4646

4747
width: auto;

0 commit comments

Comments
 (0)