user3067860
0
Q:

word wrap css

.ow {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  white-space: normal; //this is the one that gets you all the time
}
0

  
    div {
  word-wrap: break-word;
}
  
 
4
.example {
  overflow-wrap: break-word;
}
0

New to Communities?

Join the community