Remove extra space

This commit is contained in:
gaazzopa 2021-07-14 11:28:38 +02:00
parent 148950c373
commit 45a247dafa

View file

@ -107,9 +107,7 @@ v{{ calculator_version }} <span style="float:right; font-weight:bold">Please sen
<div class="row">
<label class="col-xl-3 col-lg-4 col-sm-3 col-form-label">Location:</label>
<select id="location_select" class="col-xl-5 col-lg-7 col-sm-7 col-7" name="location" required>
</select>
<select id="location_select" class="col-xl-5 col-lg-7 col-sm-7 col-7" name="location" required></select>
</div>
<hr width="80%">