Editable Dropdown width

Editable Dropdown width

The width of the Editable Dropdown box is not wide enough and some of the text is truncated in the display.
divider

The width of the Editable Dropdown box is not wide enough and some of the text is truncated in the display.

This is corrected by inserting an "in-line style" into the generated widget in the page.

Search for something similar to this

<select name="lt_type_<?php echo $cnt1; ?>" id="lt_type_<?php...

Add style="width:150px" to the line to look something like this

<select name="lt_type_<?php echo $cnt1; ?>" style="width:150px" id="lt_type_<?php....
Written by:  - 21 Mar, 2010