I have asked previously how to keep text input centred from completion of the form to how it is displayed when under review in the repository and that was fixed using the below code;
.Field input,.Field span,.Field div {text-align:center;}
Now I need a similar solution for a multi line field. I would like the field to display text like it is entered during form completion (see attached) across the width of the form but at the moment it is not the format I like, as seen in repository. (see attached).
Any help would be appreciated.