Skip to content

Commit

Permalink
Change autocomplete size
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Mar 31, 2023
1 parent 6afa4d9 commit 2dcfbfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/otus/views/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
:current="taxon"
/>
<Autocomplete
class="print:hidden min-w-full mb-2 md:min-w-fit md:ml-2 md:mb-0 w-1/4"
class="print:hidden min-w-full mb-2 md:min-w-fit md:ml-2 md:mb-0 w-96"
url="/otus/autocomplete"
query-param="term"
label="label_html"
title-property="label"
placeholder="Search name..."
:params="{ having_taxon_name_only: true }"
@select="loadOtu"
Expand Down

0 comments on commit 2dcfbfa

Please sign in to comment.