Fix table

This commit is contained in:
William 2023-01-08 16:32:56 +00:00
parent 8609587bed
commit 4003b08fbe
1 changed files with 4 additions and 1 deletions

View File

@ -47,9 +47,12 @@ img {
table {
display: block;
border-collapse: collapse;
width: 100%;
overflow: auto;
}
tbody {
display: table;
width: 100%;
}
td, th {
text-align: left;
padding: .5rem;