Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fixing negative margins of Koenig embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzimon committed Nov 20, 2018
1 parent 2990865 commit 1beae30
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{#koenig-card
class="flex flex-column nl2 nr2"
class="flex flex-column"
isSelected=isSelected
isEditing=isEditing
selectCard=(action selectCard)
Expand Down Expand Up @@ -50,7 +50,7 @@
value={{payload.url}}
name="url"
placeholder="Paste URL to add embedded content..."
class="miw-100 pa2 ba br2 b--lightgrey-d2 f7 form-text lh-title tracked-2 h10"
class="miw-100 pa2 ba br2 b--lightgrey-d2 f7 form-text lh-title tracked-2 h10 nl2 nr2"
oninput={{action "updateUrl"}}
onkeydown={{action "urlKeydown"}}>
{{/if}}
Expand Down

0 comments on commit 1beae30

Please sign in to comment.