diff --git a/assets/css/general.css b/assets/css/general.css index 9f2893aa..c71c61a6 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -739,4 +739,8 @@ table.dataTable tfoot td { .dropdown-menu > li > a:hover:after { transform: rotate(-90deg); +} + +#partial_view .table-responsive { + overflow-x: unset; } \ No newline at end of file