Created by: murdoch
The .preserve-whitespace
CSS class contains white-space: pre;
which prevents text from wrapping, causing a horizontal scroll-bar anytime a Field::Text attribute contains more content than can fit on one line. See the screenshot below:
This is fixed by using white-space: pre-wrap;
as shown in the image below:
Just a small thing.