Skip to content

Commit

Permalink
Merge pull request #3966 from willemarcel/patch-2
Browse files Browse the repository at this point in the history
Add space between form and Publish diary button
  • Loading branch information
gravitystorm committed Mar 10, 2023
2 parents e2e79ba + 525c041 commit e2d3aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/diary_entries/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit e2d3aee

Please sign in to comment.