Skip to content

Commit 8479228

Browse files
committed
make more room in combo box list options
1 parent 5c2d2e5 commit 8479228

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/uui-combobox-list/lib/uui-combobox-list-option.element.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,12 @@ export class UUIComboboxListOptionElement extends SelectableMixin(
8585
:host {
8686
position: relative;
8787
cursor: pointer;
88-
margin: 0 4px;
88+
margin: 1px var(--uui-size-2);
8989
border-radius: var(--uui-border-radius);
9090
outline: 2px solid transparent;
9191
outline-offset: -2px;
92-
padding-left: 4px;
92+
padding: var(--uui-size-1);
93+
padding-left: var(--uui-size-2);
9394
}
9495
9596
:host(:first-child) {

0 commit comments

Comments
 (0)