From 42a2cff7daeba51f682aa86f89f293ccfbe1c9be Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 11 Aug 2018 23:34:01 +0800 Subject: [PATCH] Fix datatable column width on plugin manage page --- resources/views/admin/plugins.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/views/admin/plugins.tpl b/resources/views/admin/plugins.tpl index 094986fd..07792119 100644 --- a/resources/views/admin/plugins.tpl +++ b/resources/views/admin/plugins.tpl @@ -2,6 +2,14 @@ @section('title', trans('general.plugin-manage')) +@section('style') + +@endsection + @section('content')