Answers for "don't wrap word css"

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
0

css no wrap

#el{
flex-wrap:nowrap
}
Posted by: Guest on February-01-2022

Browse Popular Code Answers by Language