Search code examples
htmlcssword-breakcss-hyphens

how can i break word in html or css?


I'm trying to break the word at the end of the line like this for example "Lor- em ipesm" where I'm using word-break:break al but it can not add "-" it can do only for example"Lor em ipesm" how can I solve this issue?


Solution

  • You have to use hyphens: auto in your CSS.