Skip to content

Commit

Permalink
Remove unneeded styles from city typeahead
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Jun 25, 2024
1 parent 405fcdb commit a036a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/partials/city-and-havdalah.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="mb-3">
<label class="form-label" for="city-typeahead">City</label>
<div class="city-typeahead" style="margin-bottom:12px">
<input type="text" name="city-typeahead" value="<%= q['city-typeahead'] || '' %>" class="form-control typeahead" id="city-typeahead" autocomplete="off" placeholder="Search for city or ZIP code">
<div>
<input type="text" name="city-typeahead" value="<%= q['city-typeahead'] || '' %>" class="form-control" id="city-typeahead" autocomplete="off" placeholder="Search for city or ZIP code">
</div>
</div>
<div class="row gx-2 mb-3">
Expand Down

0 comments on commit a036a7f

Please sign in to comment.