fix: table too wide on small devices

This commit is contained in:
Junyi Hou 2024-11-17 20:10:41 +08:00
parent 31d741c932
commit c434a66c44

View File

@ -155,6 +155,8 @@ thead {
table {
max-width: 100%;
border-spacing: 0;
display: block;
overflow: scroll;
}