[Web] Fix quarantine view and add missing lang string

This commit is contained in:
andryyy
2020-02-26 07:09:07 +01:00
parent 0703a25db6
commit 5fab69afcc
5 changed files with 8 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ table.footable>tbody>tr.footable-empty>td {
overflow: visible !important;
}
@media screen and (max-width: 767px) {
@media screen and (max-width: 1280px) {
.table-responsive {
overflow-x: scroll !important;
}