Unable to change display setting on SPAN

I must change display setting on span. I got this to work before, buts its all grayed out now. See screenshot:

— Work around,
In order to resolve this must create a dummy div block and give it same class name to edit

Then can make final tweeks and it works

Hi @miekwave

Thanks for sharing your feedback! At this time, it’s expected behavior for children of flexed parents to have these display settings disabled.

This is because the flex settings will control layout rather than relying on display:block or display:inline block.

How do I remove this restriction? I frequently make dummy divs to resolve this.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.