I am making a GUI for a clients website. Its a T Shirt website where they want a really simple designer with limited options.
This is fine, however one of the options they have requested is to easily make all lines the same width. This results in larger font for some lines.
The provided text is in one text field, I then use:
word-wrap: break-word;
to break that line to fill the container.
This would end up as the example on the right, instead of the left.
Would this be possible with CSS prefered but JS can be used too.