fix: table too wide on small devices
This commit is contained in:
parent
31d741c932
commit
c434a66c44
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,8 @@ thead {
|
||||||
table {
|
table {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
|
display: block;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue