Hello!
I have created a text field for a form. It must suit for people to leave long comments there. But I noticed that if I add a text, which is longer than the field/container width, it gets hidden. I tried to change the overflow settings of an element, but it did not help. I am not sure, maybe this problem can only be solved by adding the custom code. So the task is to create a text field that will responsively move the text to the next line, when it hits the end of the container. And the container must increase in sizes. Thank you