Fix table
This commit is contained in:
parent
8609587bed
commit
4003b08fbe
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user