Skip to content

Commit

Permalink
alters the padding on autosuggest items to mattch input (#3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
balibirchlee authored Mar 11, 2024
1 parent 0b77bb0 commit 2a74994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autosuggest/_autosuggest.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
cursor: pointer;
margin: 0;
outline: none;
padding: $input-padding-horizontal;
padding: $input-padding-vertical $input-padding-horizontal;

&:not(:last-child) {
border-bottom: 1px solid var(--ons-color-input-border);
Expand Down

0 comments on commit 2a74994

Please sign in to comment.