We’ve added padding to dropdowns, buttons, checkboxes, icons, and picture uploaders. All of these changes will only apply to the new responsive engine, and we will be releasing updated padding controls on the remaining visual elements shortly.
There are random dropdowns in my app that have added padding automatically. When I try to delete the values in there it doesn’t actually change it and it goes right back. It’s been 5px left padding and 15px right padding.
@kathleen have you considered being able to control padding via Styles? Today, I’m using a highly styled text element as a workaround for buttons as it has vertical and horizontal padding which is let’s me implement dynamic sized buttons witting to it’s content, with a uniform look throughout the app.
With the new solution you’ve implemented, I don’t see how I can apply uniform padding the same way but would need to set manual padding to each button everywhere if I want to use “fit width/height to content”. Have you considered this use case?
I would personally expect the padding on the dropdown to include the carat - right now it seems to only apply to the text. The Dropdown below has 16px padding set on both the left and the right, but as you can see, the carat is pushed all the way to the edge.