-
Couldn't load subscription status.
- Fork 0
Description
Describe the solution you'd like
Buttons currently default to display: inline-flex, but there is nowhere to see that this is the case except looking at the Inspect panel where you can't change it. I would like to have display control of elements and components to override defaults the way we do with any element in regular CSS. This could be a dropdown control instead of needing to use custom CSS.
Not everything should be flex in web layout, sometimes we need a simple block or inline or inline-block.
Describe alternatives you've considered
If there is a specific need to keep components with their default display value, then at least make it more clear what that display value is with a disabled dropdown or something else in the Design panel.