Fixed column widths

This commit is contained in:
Richard Underwood 2016-10-04 10:09:57 +01:00
parent d915137eff
commit c1598fc99a

View file

@ -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')
},