Skip to content

Commit

Permalink
Update gridsEmbed.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Oct 12, 2021
1 parent f9f141c commit 7836a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tag/gridsEmbed.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<link rel="preload" href="<%= stylesheet_path('application') %>" as="style" onload="this.onload=null;this.rel='stylesheet'">
<%= javascript_include_tag "application" %>
<style>
body { padding: 0; }
body { padding: 0; overflow-x:hidden; }
div.leaflet-map { height:100% !important; }
</style>
<%= raw auto_link(insert_extras(" [#{params[:t] || "notes:"}#{params[:tagname]}]"), :sanitize => false) %>

0 comments on commit 7836a0f

Please sign in to comment.