Div going 100% width
Anyone has any idea why this group is going 100 % width even though I have not set any of the other divs at 100 % ? also the divs containing the icon and text are not 100 % width . thanks . https://vimeo.com/1038520302/fc9df76296?ts=0&share=copy If you want it to only be as big as the content then set width to “fit -content ” ✅1Or set a max -width Just to add for fun times , if you want to control the width via the component attributes , you can use a style variable and use the empty value option to set arbitrary values that don 't have a unit e .g . 100 % and fit -content . I was doing that yesterday for a button , so thought it might be useful .