Skip to content

Commit e4e3ffd

Browse files
committed
fix(uui-select): set display to "inline-block" to match the inner native element
1 parent c2eebfc commit e4e3ffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-select/lib/uui-select.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ export class UUISelectElement extends FormControlMixin(LitElement) {
235235
static styles = [
236236
css`
237237
:host {
238+
display: inline-block;
238239
position: relative;
239240
font-family: inherit;
240241
}

0 commit comments

Comments
 (0)