Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p-multiselect jumps in height because chips padding is not applied correctly #93

Closed
thatsmeta opened this issue Feb 1, 2024 · 0 comments · Fixed by #94
Closed

p-multiselect jumps in height because chips padding is not applied correctly #93

thatsmeta opened this issue Feb 1, 2024 · 0 comments · Fixed by #94
Labels
bug Something isn't working
Milestone

Comments

@thatsmeta
Copy link

chips

The multiselect input field jumps in height when chips are selected, because the scss styles have been nested incorrectly. An ampersand has been added in this commit, but it should not be there, because .p-multiselect is a child of .p-inputwrapper-filled:
3fedb73#diff-def746f25bf9c00a19301866e4aa51b2094fb47406db6448d3a9e90863cdacffR51

thatsmeta pushed a commit to thatsmeta/primeng-sass-theme that referenced this issue Feb 1, 2024
@cetincakiroglu cetincakiroglu added this to the 17.16.0 milestone May 3, 2024
@cetincakiroglu cetincakiroglu added the bug Something isn't working label May 3, 2024
cetincakiroglu added a commit that referenced this issue May 3, 2024
fix(#93): padding for chips in multiselect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants