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 2dcfbfa commit 6061d51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/otus/views/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
:current="taxon"
/>
<Autocomplete
class="print:hidden min-w-full mb-2 md:min-w-fit md:ml-2 md:mb-0 w-96"
class="print:hidden min-w-full mb-2 md:min-w-fit md:ml-2 md:mb-0 md: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 6061d51

Please sign in to comment.