0
How to insert non-breaking hyphens (and spaces) in text elements?
1022 0 1
Posted one year ago
Just the character in text ... do I use an HTML variable? Thanks.
Answers ( 1 )
1
Posted one year ago
You can create a Project Style and in the project style add the CSS of "nowrap". Then you can apply that Style to the portion of the text you want (e.g., the space or the hyphen). Make sure the rest of the project style matches your standard text size/font etc.
white-space: nowrap;
Comments
( 0 )