Skip to content

Commit

Permalink
Add margin to feldspar app view
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Dec 7, 2023
1 parent a0e9db5 commit cb61842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/systems/feldspar/app_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule Systems.Feldspar.AppView do
@impl true
def render(assigns) do
~H"""
<div class="flex flex-col w-full h-full">
<div class="flex flex-col w-full h-full p-20">
<%!-- Ensure that updates don't alter the hierarchy in front of the iframe.
Changing the preceding siblings of the iframe would result in a reload of the iframe
due to Morphdom (https://github.com/patrick-steele-idem/morphdom/issues/200).
Expand Down

0 comments on commit cb61842

Please sign in to comment.