[Web] Minor UI Fix

fixes column overflowing issues in small-screen devices.
This commit is contained in:
Phoenix Eve Aspacio 2018-07-23 19:15:25 +08:00 committed by GitHub
parent 3f0aca7a35
commit 97b1c80f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,8 @@ table.footable>tbody>tr.footable-empty>td {
.panel panel-default {
overflow: visible !important;
}
.table-responsive {
overflow: visible !important;
}
@media screen and (max-width: 767px) {
.table-responsive {
overflow-x: scroll !important;
}
.btn-group {
width: max-content;
}
.footer-add-item {
display:block;