Skip to content

Commit

Permalink
Remove bottom margin in keyedNode in EditSimple.get. This is so that
Browse files Browse the repository at this point in the history
spacing between paragraphs can be set in the host app.
  • Loading branch information
jxxcarlson committed Apr 26, 2021
1 parent ee18c45 commit c935c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MiniLatex/EditSimple.elm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ get selectedId data =
[ HA.id id
, selectedStyle selectedId id
, HE.onClick (IDClicked id)
, HA.style "margin-bottom" "10px"

-- , HA.style "margin-bottom" "0px"
]
[ ( id, para ) ]
in
Expand Down

0 comments on commit c935c0d

Please sign in to comment.