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

Commit 023074d

Browse files
committed
Merge pull request #376 from joeytheman/master
Fixes dropdown not being aligned correctly
2 parents 2517562 + 166f6c7 commit 023074d

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
@@ -758,7 +758,7 @@ $.TokenList = function (input, url_or_data, settings) {
758758
position: "absolute",
759759
top: $(token_list).offset().top + $(token_list).outerHeight(),
760760
left: $(token_list).offset().left,
761-
width: $(token_list).outerWidth(),
761+
width: $(token_list).width(),
762762
'z-index': $(input).data("settings").zindex
763763
})
764764
.show();

0 commit comments

Comments
 (0)