Fixed #2
This commit is contained in:
@@ -79,12 +79,7 @@ td {
|
||||
@media only screen and (max-width: 600px) {
|
||||
table {
|
||||
width: auto; /* Expand table to full width on mobile */
|
||||
table-layout: fixed;
|
||||
}
|
||||
/* #data th:nth-child(2),
|
||||
#data td:nth-child(2) {
|
||||
width: auto; /* Allow "Name" column to adjust width based on content
|
||||
} */
|
||||
.center-table {
|
||||
overflow-x: auto; /* Enable horizontal scrolling */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user