diff --git a/src/components/select/select.css b/src/components/select/select.css index 2f5760edb..5d963502e 100644 --- a/src/components/select/select.css +++ b/src/components/select/select.css @@ -40,16 +40,12 @@ min-height: var(--wa-form-control-height); :host([size='small']) & { - min-height: var(--wa-form-control-height-s); - &:not(.placeholder-visible *) { padding-block: 2px; } } :host([size='large']) & { - min-height: var(--wa-form-control-height-l); - &:not(.placeholder-visible *) { padding-block: 4px; }