Fix datatable column width on plugin manage page

This commit is contained in:
printempw 2018-08-11 23:34:01 +08:00
parent 9400d6f7c1
commit 42a2cff7da

View File

@ -2,6 +2,14 @@
@section('title', trans('general.plugin-manage'))
@section('style')
<style>
/* Fix datatable column width issue caused by AdminLTE.layout.activate() */
html { height: auto; }
.content-wrapper { min-height: 0%; }
</style>
@endsection
@section('content')
<!-- Content Wrapper. Contains page content -->