Skip to content

Commit

Permalink
Refactor Autocomplete gap style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed Aug 17, 2023
1 parent 0bec080 commit 266d878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion theme-base/components/input/_autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

.p-autocomplete-multiple-container {
padding: math.div(nth($inputPadding, 1), 2) nth($inputPadding, 2);

gap: $inlineSpacing;

&:not(.p-disabled):hover {
border-color: $inputHoverBorderColor;
}
Expand Down
2 changes: 0 additions & 2 deletions themes/material/extensions/_autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
&.p-autocomplete-multiple {
.p-autocomplete-multiple-container {
@include filled-input-wrapper();

gap: $inlineSpacing;
}
}
}
Expand Down

0 comments on commit 266d878

Please sign in to comment.