Skip to content

Commit

Permalink
Merge pull request #5914 from avalonmediasystem/iframe_padding
Browse files Browse the repository at this point in the history
Remove margin and padding from embed body element
  • Loading branch information
masaball authored Jul 10, 2024
2 parents e345443 + 1cdb1de commit da05f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/embed.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Unless required by applicable law or agreed to in writing, software distributed
<%= render "modules/google_analytics" %>
</head>

<body>
<body style='margin: 0; padding: 0;'>
<%= yield %>
<%= yield :page_scripts %>
</body>
Expand Down

0 comments on commit da05f8f

Please sign in to comment.