how can i break word in html or css?

73 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

You have to use hyphens: auto in your CSS.