Skip to content

Commit 39c08dd

Browse files
committed
fix(uui-select): make native inner select follow the width of the outer element
1 parent 0fc8dbc commit 39c08dd

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
@@ -263,6 +263,7 @@ export class UUISelectElement extends FormControlMixin(LitElement) {
263263
border: 1px solid
264264
var(--uui-select-border-color, var(--uui-color-border));
265265
transition: all 150ms ease;
266+
width: 100%;
266267
}
267268
268269
#native:focus {

0 commit comments

Comments
 (0)