mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-24 04:44:35 +02:00
Typeahead input now fills the whole container again.
This commit is contained in:
parent
6645ab0b61
commit
4beb3631ab
1 changed files with 3 additions and 0 deletions
|
@ -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');
|
||||
})
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue