Skip to content

Commit

Permalink
fix styling/assets in grid embed
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Sep 15, 2020
1 parent f1bfee7 commit 36c54a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/tag/gridsEmbed.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<link href="/assets/application.css" media="all" rel="stylesheet" type="text/css" />
<script src="/assets/application.js" type="text/javascript"></script>
<link rel="preload" href="<%= stylesheet_path('application') %>" as="style" onload="this.onload=null;this.rel='stylesheet'">
<%= javascript_include_tag "application" %>
<style>
body { padding: 0; }
div.leaflet-map { height:100% !important; }
Expand Down

0 comments on commit 36c54a2

Please sign in to comment.