File tree Expand file tree Collapse file tree
src/main/resources/META-INF/resources/webjars/id Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ define(function () {
205205 } , {
206206 data : null ,
207207 orderable : false ,
208- width : current . containerType === 'group' ? '34px ' : '16px' ,
208+ width : current . containerType === 'group' ? '48px ' : '16px' ,
209209 render : function ( _i , _j , data ) {
210210 let result = '' ;
211211 if ( data . locked !== true && data . canAdmin && ( data . containerType === 'group' || data . count === 0 ) ) {
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ define(function () {
153153 }
154154 } , {
155155 data : 'managed' ,
156- width : '32px ' ,
156+ width : '48px ' ,
157157 orderable : false ,
158158 render : function ( value ) {
159159 if ( value ) {
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ define(function () {
279279 render : value => value . map ( d => `<span class="label label-default">${ d . name } </span>` ) . join ( ' ' )
280280 } , {
281281 data : null ,
282- width : '36px ' ,
282+ width : '48px ' ,
283283 orderable : false ,
284284 render : function ( _i , _j , data ) {
285285 let editLink = '<a class="update"><i class="fas fa-pencil-alt" data-toggle="tooltip" title="' + current . $messages . update + '"></i></a>' ;
You can’t perform that action at this time.
0 commit comments