Text box is overflowing parent container instead of wrapping

Please fill out as many of the following questions as possible so we can help you promptly! If you don’t know how to answer or it does not apply, feel free to remove it or leave it blank.

Builder content link

Builder public api key
e1cc09c0cabe49d0b318490df1dc9c22

What are you trying to accomplish
I want the text boxes’ max width not to exceed the width of the parent Section block. It should wrap, and the width of the text box (and its parent Box) should respect the padding of the parent Section block. I don’t want to set a fixed max width, because it needs to be responsive.

Screenshots or video link

Code stack you are integrating Builder with
Visual Editor

Reproducible code example
If you are having integration errors, please link to codesandbox or copy and paste your problematic code here. The more detail the better!

Hi @realalice, you can select the parent box container for this text, and change the “flexShrink” css property in the style tab to 1 instead of 0.