Skip to content

Commit

Permalink
fix(ld-select): more item vertical position
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Jul 20, 2021
1 parent 730e755 commit 64b71ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liquid/components/ld-select/ld-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
padding: var(--ld-sp-4) var(--ld-sp-6);
border-radius: var(--ld-br-m);
margin-right: var(--ld-sp-4);
margin-bottom: var(--ld-sp-4);

:where(.ld-select__btn-trigger[aria-disabled='true']) & {
background-color: var(--ld-col-rblck1);
Expand Down

0 comments on commit 64b71ca

Please sign in to comment.