Skip to content

Commit

Permalink
Merge pull request #1762 from NatLibFi/issue1761-dropdown-width
Browse files Browse the repository at this point in the history
Fixed dropdown menu width
  • Loading branch information
joelit authored Jan 30, 2025
2 parents cc9dbe1 + 041a4d7 commit 68e1564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/js/vocab-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function startVocabSearchApp () {
@keyup.enter="gotoSearchPage()"
@click="showAutoComplete()">
<ul id="search-autocomplete-results"
class="dropdown-menu"
class="dropdown-menu w-100"
:class="{ 'show': showDropdown }"
aria-labelledby="search-field">
<li class="autocomplete-result container" v-for="result in renderedResultsList"
Expand Down

0 comments on commit 68e1564

Please sign in to comment.