Skip to content

Commit

Permalink
make more room in combo box list options
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Jan 23, 2025
1 parent 5c2d2e5 commit 8479228
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,12 @@ export class UUIComboboxListOptionElement extends SelectableMixin(
:host {
position: relative;
cursor: pointer;
margin: 0 4px;
margin: 1px var(--uui-size-2);
border-radius: var(--uui-border-radius);
outline: 2px solid transparent;
outline-offset: -2px;
padding-left: 4px;
padding: var(--uui-size-1);
padding-left: var(--uui-size-2);
}
:host(:first-child) {
Expand Down

0 comments on commit 8479228

Please sign in to comment.