How to fix the text that are out of the bounding box in html?
Answers
Answered by
0
Hi
All you have to do is put this line of CSS on that element
word-break: break-all;
It will break those long words, so the text will not get out of bounding box
Similar questions
position: relative;
background-color: red;
min-height: 200px;
width: 300px;}