Answers for "wrap text css span"

CSS
8

how to wrap text in div css

.example {
  overflow-wrap: break-word;
}
Posted by: Guest on February-25-2020
1

span wrap html

span { 
    display:block;
    width:150px;
    word-wrap:break-word;
}
Posted by: Guest on March-08-2021
0

wrap a span

.test {
white-space:pre-wrap;
}
Posted by: Guest on April-29-2022

Browse Popular Code Answers by Language