parent
d3fa347ec2
commit
96ae3451a4
|
@ -259,6 +259,9 @@
|
|||
}
|
||||
} else {
|
||||
$ul = $('<ul class="director-suggestions"></ul>');
|
||||
$input.parent().css({
|
||||
position: 'relative'
|
||||
});
|
||||
$ul.insertAfter($input);
|
||||
var suggestionWidth = (parseInt($input.css('width')) * 2) + 'px';
|
||||
$ul.css({width: suggestionWidth});
|
||||
|
|
Loading…
Reference in New Issue