Skip to content

Commit

Permalink
fix: add margin to embed to fix focus/hovering clipping issue
Browse files Browse the repository at this point in the history
fix #69
  • Loading branch information
pengx17 committed Jun 17, 2022
1 parent 7dcbade commit 84215c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_embed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
padding: 0.75em 0.5em;
border: 2px solid #000;
border-radius: 8px;
margin: 0.2em 0 0.5em;
margin: 0.5em;
transition: all ease-in 0.3s;
}

Expand Down

0 comments on commit 84215c8

Please sign in to comment.