Skip to content

Commit

Permalink
Merge pull request #94 from thatsmeta/issue-93
Browse files Browse the repository at this point in the history
fix(#93): padding for chips in multiselect
  • Loading branch information
cetincakiroglu authored May 3, 2024
2 parents 11e8596 + 4e11bda commit 3d739af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme-base/components/input/_multiselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

.p-inputwrapper-filled {
&.p-multiselect {
.p-multiselect {
&.p-multiselect-chip {
.p-multiselect-label {
padding: math.div(nth($inputPadding, 1), 2) nth($inputPadding, 2);
Expand Down

0 comments on commit 3d739af

Please sign in to comment.