Skip to content
Snippets Groups Projects
Commit 3b891d81 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Layout fix in filter form

parent c0a26e8a
Branches
No related tags found
No related merge requests found
......@@ -51,10 +51,10 @@
</select>
</div>
<div class="form-group">
<select name="cropCategoryId" id="cropCategoryList" class="form-control chosen-select" data-placeholder="{% trans "Crop categories" %}">
<select name="cropCategoryId" id="cropCategoryList" style="min-width: 150px;" class="form-control chosen-select" data-placeholder="{% trans "Crop categories" %}">
</select>
</div>
<button type="submit" class="btn btn-default">{% trans "Filter" %}</button>
<button type="submit" class="btn btn-primary">{% trans "Filter" %}</button>
</form>
<div class="table-responsive">
<table class="table table-striped" id="observationTable">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment