Skip to content

Commit

Permalink
Tweak block warning dropdown menu position
Browse files Browse the repository at this point in the history
The menu is slightly vertically off-centred when on full screen desktop. This moves it up a bit while still looking ok on mobile
  • Loading branch information
johngodley committed Jul 31, 2018
1 parent eb94a7f commit 800283c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/editor/src/components/warning/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@
display: flex;
margin: 0 0 $block-padding 0;
}

.editor-warning__action {
margin: 0 6px 0 0;
margin-left: 0;
}
}

.editor-warning__hidden {
margin-top: -3px;
}
}

0 comments on commit 800283c

Please sign in to comment.