style(sass): fix lint error

This commit is contained in:
Brandy Carney
2018-08-13 13:16:13 -04:00
parent 43da37f945
commit 9424ad765d

View File

@@ -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) {