Problem:
To increase the width of the af:inputcomboboxlistofvalues dialog box.
Solution:
Recently I have been challenged to increase the width of the af:inputcomboboxlistofvalues dialog box. using contentStyle or inlinestyle will increase the width of the component and the dialog box will remain the same. So i thought of playing with the CSS file and could possibly achieve the width with the following hack.
<af:resource type=”css”> .adf_dialog_main{ min-width: 500px; } </af:resource>