Skip to content

Commit

Permalink
fixes #169 - reduced search field size
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Aug 6, 2019
1 parent 01f58a5 commit 96e282d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/species/search.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<section class="${fluidLayout ? 'container-fluid' : 'container'}">
<div class="main-content panel panel-body">
<div class="row margin-bottom-30">
<div class="col-sm-12">
<div class="col-sm-9">
<form method="get" action="${g.createLink(controller: 'species', action: 'search')}">
<g:each in="${filterQuery}" var="fq">
<input name="fq" value="${fq?.encodeAsHTML()}" hidden>
Expand Down

0 comments on commit 96e282d

Please sign in to comment.