* Fix bug#30371.

This commit is contained in:
chaideqing
2023-06-13 17:11:00 +08:00
parent 7a10938e88
commit c45e93be0a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2,3 +2,4 @@
#dataform .table-form>tbody>tr>th {width: 70px;}
#dataform .table-form td.form-actions.text-center {padding-top: 20px;}
#dataform #group_chosen .chosen-drop .chosen-results {max-height: 180px;}
+1 -1
View File
@@ -12,7 +12,7 @@
<table class='table table-form'>
<tr>
<th><?php echo $lang->dataview->group;?></th>
<td><?php echo html::select('group', $groups, '', "class='form-control chosen'");?></td>
<td><?php echo html::select('group', $groups, '', "class='form-control chosen' data-drop_direction='down'");?></td>
</tr>
<tr>
<th class='thWidth'><?php echo $lang->dataview->name;?></th>