不具合を修正

This commit is contained in:
2026-04-26 21:19:43 +09:00
parent bd7d4af978
commit b150b530b5

View File

@@ -360,6 +360,11 @@ tr.kb-focus {
}
@media (max-width: 575.98px) {
table.custom-table,
table.custom-table > tbody {
display: block;
width: 100%;
}
.custom-table thead {
display: none;
}