Add space between form and Publish diary button
This commit is contained in:
parent
e2e79ba549
commit
525c041743
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<%= tag.div "", :id => "map", :class => "border border-grey rounded", :data => { :lat => @lat, :lon => @lon, :zoom => @zoom } %>
|
||||
|
||||
<div class="row">
|
||||
<div class="row mb-3">
|
||||
<%= f.text_field :latitude, :wrapper_class => "col-sm-4", :id => "latitude" %>
|
||||
<%= f.text_field :longitude, :wrapper_class => "col-sm-4", :id => "longitude" %>
|
||||
<div class="col-sm-4">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue