Let search take full size - empty label margin was taking some

This commit is contained in:
nathan 2022-07-20 15:03:15 -06:00
parent 4b73a80699
commit f72b842031

View File

@ -155,6 +155,9 @@ export const Et2WithSearchMixin = <T extends Constructor<LitElement>>(superclass
flex: 2 1 auto; flex: 2 1 auto;
width: 100%; width: 100%;
} }
:host([search]:not([multiple])) .select--open .select__label {
margin: 0px;
}
:host([allowfreeentries]:not([multiple])) .select--standard.select--open:not(.select--disabled) .select__control .select__prefix { :host([allowfreeentries]:not([multiple])) .select--standard.select--open:not(.select--disabled) .select__control .select__prefix {
flex: 1 1 auto; flex: 1 1 auto;
} }