[Web] Minor UI Fix
fixes column overflowing issues in small-screen devices.
This commit is contained in:
parent
3f0aca7a35
commit
97b1c80f1c
@ -8,13 +8,8 @@ table.footable>tbody>tr.footable-empty>td {
|
|||||||
.panel panel-default {
|
.panel panel-default {
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
}
|
}
|
||||||
.table-responsive {
|
.btn-group {
|
||||||
overflow: visible !important;
|
width: max-content;
|
||||||
}
|
|
||||||
@media screen and (max-width: 767px) {
|
|
||||||
.table-responsive {
|
|
||||||
overflow-x: scroll !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.footer-add-item {
|
.footer-add-item {
|
||||||
display:block;
|
display:block;
|
||||||
|
Loading…
Reference in New Issue
Block a user