Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misscalculation of width on ui-multiselect container #146

Open
njbeach opened this issue Apr 18, 2013 · 0 comments
Open

misscalculation of width on ui-multiselect container #146

njbeach opened this issue Apr 18, 2013 · 0 comments

Comments

@njbeach
Copy link

njbeach commented Apr 18, 2013

I found that the add columns was being placed below the selected columns. to fix this I simply changed Line 46 of ui.muiltiselect.js from:
this.container.width(this.element.width()+1);
to:
this.container.width(this.element.width()+2);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant