Skip to content

Commit

Permalink
fix(combox-item): adjust height of the item to be consistent respecti…
Browse files Browse the repository at this point in the history
…ve to its scale size (#3144) (#3197)

* fix(combox-item): adjust height of the item to be consistent respective to its scale size (#3144)

* fix(combobox-item): keep the container styling relative to the scale size

* fix(combobox-item): review pr comment suggestion for styling
  • Loading branch information
y0n4 authored Oct 13, 2021
1 parent 6403e77 commit 731c555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ul {
ease-in-out
focus-base
no-underline;
padding: var(--calcite-combobox-item-spacing-unit-l);
padding: var(--calcite-combobox-item-spacing-unit-s) var(--calcite-combobox-item-spacing-unit-l);
}

:host([disabled]) .label {
Expand Down

0 comments on commit 731c555

Please sign in to comment.