Small fixes

This commit is contained in:
RainLoop Team 2014-08-28 18:18:07 +04:00
parent f92120a5a7
commit 5009546a91
7 changed files with 19 additions and 8 deletions

View file

@ -175,7 +175,7 @@
var menu = $(this).data('ui-autocomplete').menu,
$menuItems;
menu.element.width(widget.elements.ul.outerWidth());
menu.element.width(widget.elements.ul.outerWidth() - 6);
// auto-activate the result if it's the only one
if(widget.options.activateFinalResult){

File diff suppressed because one or more lines are too long