Files
2023-11-07 15:05:21 +00:00

5 lines
71 B
CSS

table {
width: 100%;
max-width: 100%;
table-layout: auto;
}