Unplanned
Last Updated: 27 Jun 2016 11:49 by sukhwinder
ADMIN
Nencho
Created on: 21 Jun 2016 09:16
Category: FormDecorator
Type: Feature Request
0
RadFormDecorator applies the same width for the dropdown and input, when styling asp:DropDownList

		
2 comments
sukhwinder
Posted on: 21 Jun 2016 12:35
this fix works well when the contents of a drop down are wider than the width defined for the drop down. but when contents are narrower than the defined drop down width, the contents shrink to size, which doesn't look good. 
ADMIN
Nencho
Posted on: 21 Jun 2016 09:17
Temporal workaround would be to set the auto width of the DropDown:

 .rfdSelectBoxDropDown {
            width: auto;
        }