From c1598fc99ac432135b04594cfab42ba1e8103f99 Mon Sep 17 00:00:00 2001 From: Richard Underwood Date: Tue, 4 Oct 2016 10:09:57 +0100 Subject: [PATCH] Fixed column widths --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index ef52888..31f328f 100644 --- a/index.php +++ b/index.php @@ -1049,11 +1049,13 @@ $(document).ready(function () { type: 'hidden' }, name: { + width: '25%', title: 'Group name', display: displayContent('name'), edit: true }, desc: { + width: '70%', title: 'Description', display: displayContent('desc') },