Remove extra space
This commit is contained in:
parent
148950c373
commit
45a247dafa
1 changed files with 1 additions and 3 deletions
|
|
@ -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%">
|
||||
|
|
|
|||
Loading…
Reference in a new issue