Is there a way to manually insert line breaks in Hint.css hints?
I've attempted using <br>, \n,
, and various combinations of them.
I've also experimented with the following CSS properties:
white-space: normal;
word-wrap: break-word;
word-wrap: no-wrap;
word-wrap:break-word
white-space: nowrap;
Currently: The hint displays on one line without any line breaks, regardless of length.
Desired Outcome: Have the ability to add manual line breaks as needed while leaving other hints unchanged.