Fix table overflow
This commit is contained in:
parent
6aa95d5378
commit
7de8ebea76
1 changed files with 3 additions and 0 deletions
|
@ -217,6 +217,9 @@ table {
|
|||
border-radius: 5px;
|
||||
border: 1px solid var(--color-black);
|
||||
border-spacing: 0;
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
max-width: fit-content;
|
||||
thead {
|
||||
tr {
|
||||
th {
|
||||
|
|
Loading…
Reference in a new issue