List Collector in variable section within a container takes more space than required on Request Item and Catalog Task records form viewDescriptionWhen a list collector variable is inside a container, the second variable after the split is squeezed by the list collector and does not have enough space on the screen. Note that:- the Layout value of the container does not matter - it can be any one of the three- for the second variable, the type of variable does matterSteps to Reproduce Navigate to Service Catalog > Catalog Definitions > Maintain ItemsOpen the record for Apple iPhone 5 (it can be any other item)Go to the Variables section or tabCreate five new variables following the screenshot below: Container Start (select any layout out of the three)List CollectorContainer SplitMultiple Choice (add two-three choices - can be any other type of variable, such as Reference)Container End Navigate to Service Catalog > Catalogs.Click on the Apple iPhone 5Click Order NowNote the Request NumberOpen the Request recordGo to the corresponding Request Item recordScroll downNote the problem with the UI. The list collector is pushing to the right (or left based on ordering) and squeezing the Multiple Choice so that the multiple choice options are displayed on 3 separate linesThe List Collector and the Multiple Choice should have equal or proper width, depending on Layout of the Container.WorkaroundNavigate to System Definition > Client Scripts.Click New. Name: type in a nameDescription: type in a descriptionTable: Request Item [sc_req_item] to fix request item form or Catalog Task [sc_task] to to fix catalog task formType: onLoadScript: function onLoad() { $j('#ep.container').css('width', 'inherit'); } Click Submit.Reload forms to verify the fix.Related Problem: PRB709563