From fb4e080e305e4e5194756948c8c76e86614049ca Mon Sep 17 00:00:00 2001 From: printempw Date: Sun, 30 Oct 2016 14:48:47 +0800 Subject: [PATCH] fix width of plugin description --- resources/views/admin/plugins.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/views/admin/plugins.tpl b/resources/views/admin/plugins.tpl index d074b393..aac2804f 100644 --- a/resources/views/admin/plugins.tpl +++ b/resources/views/admin/plugins.tpl @@ -7,6 +7,9 @@ .btn { margin-right: 4px; } +td#description { + width: 35%; +} @endsection