Skip to content

Commit

Permalink
changed autocomplete size
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Feb 4, 2020
1 parent a808eb2 commit 057de9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/javascript/vue/tasks/nomenclature/new_taxon_name/app.vue
Expand Up @@ -3,6 +3,7 @@
<div class="flex-separate middle">
<h1>{{ (getTaxon.id ? 'Edit' : 'New') }} taxon name</h1>
<autocomplete
class="autocomplete-search-bar"
url="/taxon_names/autocomplete"
param="term"
:add-params="{ 'type[]': 'Protonym' }"
Expand Down Expand Up @@ -260,6 +261,12 @@ export default {
margin-top: 1em;
max-width: 1240px;
.autocomplete-search-bar {
input {
width: 500px;
}
}
.cleft, .cright {
min-width: 350px;
max-width: 350px;
Expand Down

0 comments on commit 057de9f

Please sign in to comment.