Answers for "css word break vs word wrap"

CSS
1

word wrap in css

.custom-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  white-space: normal!important; 
}
Posted by: Guest on March-16-2022
1

word break css

word-break: break-all;
Posted by: Guest on January-27-2021

Browse Popular Code Answers by Language