Update user.css
parent
a08ad04708
commit
d4f4c0f0c9
|
@ -8,9 +8,14 @@ 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;
|
||||
}
|
||||
}
|
||||
.footer-add-item {
|
||||
display:block;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue