forked from mirrors/thatmattlove-hyperglass
fix responsive form spacing
This commit is contained in:
parent
7042b075cc
commit
91ae2d3eae
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
</div>
|
</div>
|
||||||
<form onsubmit="return false" name="queryform" id="lgForm" action="?" method="POST">
|
<form onsubmit="return false" name="queryform" id="lgForm" action="?" method="POST">
|
||||||
<div class="form-row mb-3">
|
<div class="form-row mb-3">
|
||||||
<div class="col">
|
<div class="col mb-3 mb-sm-0">
|
||||||
<select multiple class="form-control form-control-lg hg-select" id="location" data-live-search="true"
|
<select multiple class="form-control form-control-lg hg-select" id="location" data-live-search="true"
|
||||||
title="{{ branding.text.location }}">
|
title="{{ branding.text.location }}">
|
||||||
{% for (netname, loc_params) in networks.items() %}
|
{% for (netname, loc_params) in networks.items() %}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue