Skip to content

Commit

Permalink
Add fix for embed buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen authored and jasmussen committed Aug 3, 2018
1 parent 1dd4882 commit 52e5f3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions edit-post/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ body.gutenberg-editor-page {
input[type=number],
select,
textarea {
margin-top: 0; // These override a "margin: 1px" from core.
margin-bottom: 0;
font-family: $default-font;
font-size: $default-font-size;
padding: 6px 8px;
Expand Down

0 comments on commit 52e5f3c

Please sign in to comment.