Hi again - I'm trying to make the answer box for a field in my Confiform larger. I'm doing this by adjusting the CSS styles option in the field definition macro. I have managed to get the box bigger, but the text still goes in one line across the middle of the box. Any ideas on how to solve? See my problem and my current CSS code below.
width: 1000px; height: 400px; box-sizing: border-box; padding: 10px; white-space: pre-wrap; overflow: auto;

Would be great to get some help on this - struggled to find an answer on CSS manuals.