Is there a way to adjust the width of specific paragraph elements so they automatically have two lines with the same width?
Even when the text is longer, the width should adjust to ensure both lines are equal in length (with the last line not wider than the first).
I attempted fixing the width using CSS, but it only works if the text is the same...
Any suggestions for a jQuery plugin or existing code that can achieve this?