a u mnie nie dziala:
mam takie cos i pole select rozciaga sie az poza ekran
echo '<td><select name="template_problem" onChange="change_template_problem(template_problem.selectedIndex)" list="item_template_problem" style="background-color: #F3F3F3; border-style: ridge; border-color: #F3F3F3; border-width: 1px"; widht: 20px;/>';
zrobilem to inaczej, otoczylem <select> div'ami i to dziala:
echo '<div class="col-xs-7">'; echo '<select class="form-control input-sm" name="template_problem" onChange="change_template_problem(template_problem.selectedIndex)" list="item_template_problem" style="background-color: #F3F3F3; border-style: ridge; border-color: #F3F3F3; border-width: 1px"/>';
no i konieczne jest dodanie do <select> tego:
class="form-control input-sm"