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.
Temporal workaround would be to set the auto width of the DropDown: .rfdSelectBoxDropDown { width: auto; }