]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/dashboards/show.html.erb
Refactor paragraph margin to avoid custom css
[rails.git] / app / views / dashboards / show.html.erb
index f5feb90379c1ec9a53f55f81dbaa6ea2183283e7..9aa4abed4606566547dd8ca6f3d5f564389f4fb0 100644 (file)
@@ -7,7 +7,7 @@
     <div class="col-md order-md-last">
       <% if @user.home_lat.nil? or @user.home_lon.nil? %>
         <div id="map" class="content_map">
-          <p id="no_home_location"><%= t(".no_home_location_html", :edit_profile_link => link_to(t(".edit_your_profile"), edit_profile_path)) %></p>
+          <p class="m-3"><%= t(".no_home_location_html", :edit_profile_link => link_to(t(".edit_your_profile"), edit_profile_path)) %></p>
         </div>
       <% else %>
         <% content_for :head do %>