Fix table overflow

This commit is contained in:
Foster Hangdaan 2024-09-14 08:36:25 -04:00
parent 6aa95d5378
commit 7de8ebea76
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -217,6 +217,9 @@ table {
border-radius: 5px; border-radius: 5px;
border: 1px solid var(--color-black); border: 1px solid var(--color-black);
border-spacing: 0; border-spacing: 0;
display: block;
overflow-x: auto;
max-width: fit-content;
thead { thead {
tr { tr {
th { th {