From 9424ad765d4ef21fb89da91f427d5ba77f4a8673 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 13 Aug 2018 13:16:13 -0400 Subject: [PATCH] style(sass): fix lint error --- core/src/components/item/item.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/item/item.scss b/core/src/components/item/item.scss index 5e707931a3..c08bb3a396 100644 --- a/core/src/components/item/item.scss +++ b/core/src/components/item/item.scss @@ -178,12 +178,12 @@ button, a { :host(.item-label-stacked) ::slotted(ion-select), :host(.item-label-floating) ::slotted(ion-select) { + --padding-start: 0; align-self: stretch; - max-width: 100%; width: 100%; - --padding-start: 0; + max-width: 100%; } :host(.item-multiple-inputs) ::slotted(ion-select) {