Index: ssts-web/src/main/webapp/disinfectsystem/reportforms/useRecordRecyclingDelayView.js =================================================================== diff -u -r41286 -r41290 --- ssts-web/src/main/webapp/disinfectsystem/reportforms/useRecordRecyclingDelayView.js (.../useRecordRecyclingDelayView.js) (revision 41286) +++ ssts-web/src/main/webapp/disinfectsystem/reportforms/useRecordRecyclingDelayView.js (.../useRecordRecyclingDelayView.js) (revision 41290) @@ -140,7 +140,7 @@ anchor: '95%' }] }, { - width: defaultWidth, + width: defaultWidth * 2, layout: 'form', labelWidth: 90, height: 30, @@ -162,7 +162,7 @@ lazyInit: true, typeAhead: false, anchor: '95%', - matchFieldWidth: false + matchFieldWidth: true }] }, { width: defaultWidth, @@ -177,7 +177,7 @@ anchor: '95%' }] }, { - width: defaultWidth, + width: defaultWidth * 1.5, layout: 'form', labelWidth: 90, height: 30, @@ -192,7 +192,7 @@ valueField: 'name', displayField: 'name', anchor: '95%', - matchFieldWidth: false, + matchFieldWidth: true, store: tousseDefinitionStore, lazyInit: true, triggerAction: 'all', @@ -201,7 +201,7 @@ allowBlank: true }] }, { - width: defaultWidth, + width: defaultWidth * 1.5, layout: 'form', labelWidth: 90, height: 30, @@ -216,7 +216,7 @@ valueField: 'id', displayField: 'name', anchor: '95%', - matchFieldWidth: false, + matchFieldWidth: true, store: departJsonStore, lazyInit: true, triggerAction: 'all',