Skip to content

Tags

On this page

Smart word break in CSS

From Smarter word break in CSS? - Stack Overflow

body {
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}

Tags

Edit this page
Last updated on 8/28/2021