liferay / clay

A web implementation of the Lexicon Experience Language
http://clayui.com
Other
207 stars 470 forks source link

fix(clayui/css): Fix wrong padding in Clay Picker dropdown #5752

Closed ilzamcmed closed 8 months ago

ilzamcmed commented 8 months ago

Jira Issue: https://liferay.atlassian.net/browse/LPS-205556

Evidence: Screenshot_20240119_110725

ilzamcmed commented 8 months ago

Hey @pat270 This was the solution I found to fix the padding on dropdows. I put the hard numbers to wait for your review. I intend to create a variable if everything is ok. Let me know if you have another solution in mind. Thanks!

pat270 commented 8 months ago

@ilzamcmed Closing this in favor of https://github.com/liferay/clay/pull/5755. We should be modifying dropdown-menu-select. Modifying dropdown-menu-indicator-start will cause spacing issues in non picker related menus.

ilzamcmed commented 8 months ago

Thanks @pat270! :rocket: