Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css wordwrap

.ow {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  white-space: normal; //this is the one that gets you all the time
}
 
PREVIOUS NEXT
Tagged: #css #wordwrap
ADD COMMENT
Topic
Name
4+9 =