+ 1
word-wrap and dash
hi, when you use the word-wrap in css and then the long word actually breaks, is it possible for html/css to write also dash into text? thanx Gabi
1 Answer
+ 5
Hi!đ
Try to use the hyphens property:
https://www.w3schools.com/cssreF/css3_pr_hyphens.asp
https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens
https://css-tricks.com/almanac/properties/h/hyphenate/