Home › Forums › CSS › How to make Responsive Text › Reply To: How to make Responsive Text
November 28, 2015 at 2:01 am
#235335
Participant
To summarise, word-break: break-all
seems to be the best approach. Using absolute positioning and line-height
here to get the text in the correct place. Wrapping of the overflow I’ve left to calc()
but that’s only approximate, to do this in a more accurate way would require JS I believe.