diff --git a/src/jquery.tokeninput.js b/src/jquery.tokeninput.js index 4b69d823..2eab4e37 100755 --- a/src/jquery.tokeninput.js +++ b/src/jquery.tokeninput.js @@ -801,6 +801,7 @@ dropdown .css({ position: "absolute", + width: $(token_list).width(), top: token_list.offset().top + token_list.outerHeight(true), left: token_list.offset().left, width: token_list.width(),