tables_dynamic overflow in mobile (responsiveness issue)

- Solved it.
This commit is contained in:
Nicolae Gabriel 2017-01-16 13:13:50 +02:00
parent 03b485468c
commit db5ac7c613

View file

@ -4219,4 +4219,6 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; }
.daterangepicker.xdisplay { width:228px; }
.dataTables_wrapper > .row{
overflow:auto !important; /*prevent datatables overflowing its container*/
}