MyBB Community Forums

Full Version: Search by Username container width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Goto search.php, under search by username first enter any username which has less characters... now click on the arrow again to search another user, the drop down and the input box has width equal to the already selected username, making it difficult to pick a new user from the drop down....

its because of the foll. css rule inĀ select2.css... imho, it would be better to define a fixed width, say 100px rather than auto...

.select2-container .select2-choice > .select2-chosen {width: auto;}



[Image: screenshot_community_mybb_com_2015_02_17_17_45_5.png]
Can confirm it here.
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/2069

Thanks for contributing to MyBB!

Regards,
The MyBB Group