shadeed / rtl-styling

An extensive guide on how to style for RTL in CSS
https://rtlstyling.com/
MIT License
351 stars 19 forks source link

Breaking words #9

Open ffoodd opened 3 years ago

ffoodd commented 3 years ago

RTL Styling 101 mentions the word-break property for line breaks, but there other properties that may behave the same (or introduce line breaks):

It might be valuable that the guide mentions at least overflow-wrap and word-wrap, I guess :)

FYI, in Bootstrap the .word-wrap utility combines both word-wrap and word-break properties, until overflow-wrap support gets better.

shadeed commented 3 years ago

Thank you for the great suggestion! Will take this into consideration :)