=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2013-03-04 09:38:55 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2013-03-06 08:26:19 +0000 @@ -674,7 +674,7 @@ function autocompletedField( idField ) { var input = jQuery( "#" + idField ); - input.parent().width( input.width() + 200 ); + input.parent().width( input.width() + 50 ); var dataElementId = input.attr('id').split('-')[1]; input.autocomplete({ @@ -762,7 +762,7 @@ function autocompletedUsernameField( idField ) { var input = jQuery( "#" + idField ); - input.parent().width( input.width() + 200 ); + input.parent().width( input.width() + 50 ); var dataElementId = input.attr('id').split('-')[1]; input.autocomplete({