Firefox compatiblity patch for table width

This commit is contained in:
Jonas Tobias Hopusch 2021-09-27 13:26:42 +02:00
parent 59989e426c
commit c46677671d
Failed to generate hash of commit
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ table {
display: block;
border-collapse: collapse;
margin: 1rem auto;
width: fit-content;
width: max-content;
max-width: 100%;
overflow-y: auto;
}