Skip to content
Snippets Groups Projects
Commit 65a82683 authored by Jared Hancock's avatar Jared Hancock
Browse files

search: Fix layout of Advanced Search with long field names

parent 3ddd9521
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ foreach ($form->getFields() as $name=>$field) { ?> ...@@ -29,7 +29,7 @@ foreach ($form->getFields() as $name=>$field) { ?>
?> ?>
<div id="extra-fields"></div> <div id="extra-fields"></div>
<hr/> <hr/>
<select id="search-add-new-field" name="new-field" style="max-width: 100%;"> <select id="search-add-new-field" name="new-field" style="max-width: 300px;">
<option value=""><?php echo __('Add Other Field'); ?></option> <option value=""><?php echo __('Add Other Field'); ?></option>
<?php <?php
foreach ($matches as $name => $fields) { ?> foreach ($matches as $name => $fields) { ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment