Files

5 lines
71 B
CSS
Raw Permalink Normal View History

2023-11-03 08:56:38 +00:00
table {
width: 100%;
max-width: 100%;
table-layout: auto;
}