SOLVED: List Element - Not Resposive To Align Controls

Bricks Version: 1.4 Beta
Browser: Chrome Latest
OS: Windows 11

List element is not responsive to flex/align. either via content>title>typography>Text Align End OR via style typography>Text Align End OR Style>Layout>Flex Align>End

Thanks

Hi Michael,
if you set the width to “auto” under style > Layout > width, it works as expected. The list element has a default width of 100%, and that’s why you can’t see any alignment changes.

Best regards,
timmse

1 Like

Hi @timmse

Ah perfect. I was a little confused as I had already set auto width in the list item as per the screenshot below. Should that not have had the same behaviour?

No, the setting under list item sets the li width, the width under style the ul :slightly_smiling_face:

1 Like

Ah got ya! Thanks bud