Make english dropdown a bit wider
This commit is contained in:
parent
98f8f52bde
commit
ed5893a097
1 changed files with 2 additions and 1 deletions
|
@ -392,7 +392,8 @@ function registerPopper($trigger, $dropdown) {
|
|||
$dropdown.toggle();
|
||||
popper.update();
|
||||
});
|
||||
|
||||
$dropdown.css("min-width", $trigger.width() + 'px');
|
||||
|
||||
$(document).on("click touchend", function(e) {
|
||||
var target = $(e.target);
|
||||
if (target.closest($trigger).length === 0 && target.closest($dropdown).length === 0) {
|
||||
|
|
Loading…
Reference in a new issue