Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 166f6c7

Browse files
committed
Fix dropdown not being aligned correctly
1 parent 39353a2 commit 166f6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.tokeninput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ $.TokenList = function (input, url_or_data, settings) {
754754
position: "absolute",
755755
top: $(token_list).offset().top + $(token_list).outerHeight(),
756756
left: $(token_list).offset().left,
757-
width: $(token_list).outerWidth(),
757+
width: $(token_list).width(),
758758
'z-index': $(input).data("settings").zindex
759759
})
760760
.show();

0 commit comments

Comments
 (0)