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 a bit while still looking ok on mobile
  • Loading branch information
johngodley committed Aug 22, 2018
1 parent 09fc65a commit 41c6a45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/editor/src/components/warning/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
margin: 0 6px 0 0;
margin-left: 0;
}

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

0 comments on commit 41c6a45

Please sign in to comment.