Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)
In bricks, all elements default to auto width, which is great. However, code and shortcode elements have a default width of 100%, which is problematic.
For example, when we put these two elements in the same container, we can’t use flex options until we change their width, because they don’t work at all.
Or, for example, if we use one of these two elements next to an svg icon in a div element, it will affect the size of the svg icon and make it smaller.
I know this can be easily solved by setting the width of these elements to auto , but it would save a few clicks if you made this the default.
thanks