How do I prevent overlapping of words in my tables | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

29th Jul 2020, 10:41 AM
Nteza Enock Jotherm
Nteza Enock Jotherm - avatar
6 Answers
+ 1
Add, overflow-wrap: break-word; at desired places.
29th Jul 2020, 10:48 AM
Lakshay Mittal
Lakshay Mittal - avatar
+ 1
Add this tr td{ overflow-wrap:break-word; }
29th Jul 2020, 10:50 AM
Abhay
Abhay - avatar
0
It actually didn't help.....the words just moved out of the table🤦‍♂️
29th Jul 2020, 4:55 PM
Nteza Enock Jotherm
Nteza Enock Jotherm - avatar
0
Nteza Enock Jotherm Add it to the body's css.
29th Jul 2020, 5:24 PM
Lakshay Mittal
Lakshay Mittal - avatar
0
What do you mean?? ..I haven't done CSS yet btw
29th Jul 2020, 6:45 PM
Nteza Enock Jotherm
Nteza Enock Jotherm - avatar
0
Overflow:scroll; Let you see you hidden text on scroll .try if you like.
29th Jul 2020, 9:08 PM
Divya Mohan
Divya Mohan - avatar