Skip to content

Commit f1b6be3

Browse files
committed
Increase width by 10 pixels to prevent wrap
1 parent 1954247 commit f1b6be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syslog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ function syslog_filter($sql_where, $tab) {
10851085

10861086
$('#host').multiselect({
10871087
menuHeight: $(window).height()*.7,
1088-
menuWidth: '210',
1088+
menuWidth: '220',
10891089
linkInfo: faIcons,
10901090
noneSelectedText: '<?php print __('Select Device(s)', 'syslog');?>',
10911091
selectedText: function(numChecked, numTotal, checkedItems) {

0 commit comments

Comments
 (0)