Typeahead input now fills the whole container again.

This commit is contained in:
Jan Böhmer 2019-10-03 14:14:33 +02:00
parent 6645ab0b61
commit 4beb3631ab

View file

@ -371,6 +371,9 @@ $(document).on("ajaxUI:reload ajaxUI:start", function () {
name: 'states',
source: engine
});
//Make the typeahead input fill the container (remove block-inline attr)
$(this).parent(".twitter-typeahead").css('display', 'block');
})
});