Fix datatable column width on plugin manage page
This commit is contained in:
parent
9400d6f7c1
commit
42a2cff7da
|
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
@section('title', trans('general.plugin-manage'))
|
@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')
|
@section('content')
|
||||||
|
|
||||||
<!-- Content Wrapper. Contains page content -->
|
<!-- Content Wrapper. Contains page content -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user