0
How do I prevent overlapping of words in my tables
https://code.sololearn.com/W9UzccLciqLo/?ref=app please go check out my work to see my problem
6 Réponses
+ 1
Add,
overflow-wrap: break-word;
at desired places.
+ 1
Add this 
tr td{
    overflow-wrap:break-word;
}
0
It actually didn't  help.....the words just moved out of the table🤦♂️
0
Nteza Enock Jotherm 
Add it to the body's css.
0
What do you mean?? 
..I haven't done CSS yet btw
0
Overflow:scroll;
Let you see you hidden text on scroll .try if you like.



