0
How can i make all collums the same size??
https://code.sololearn.com/W5dCnC6E92tr/?ref=app the left hand collum is really squished, does anyone know how to make it a decent size ?
3 Answers
+ 3
+ 2
th {
min-width: 60px;
}
+ 1
Try and mess around with this. I also believe the container the table is within needs to have the overflow property set to scroll. https://www.w3schools.com/cssref/tryit.asp?filename=trycss_table_table-layout