fix: table too wide on small devices
This commit is contained in:
parent
31d741c932
commit
c434a66c44
@ -155,6 +155,8 @@ thead {
|
|||||||
table {
|
table {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
|
display: block;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user