Skip to content

Commit

Permalink
Edit Post: Fix the alignement of button in the sidebar header
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed May 14, 2018
1 parent bde94b0 commit 7a31494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions edit-post/components/sidebar/sidebar-header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

.components-icon-button {
display: none;
margin-left: 0;
margin-left: auto;

&:first-of-type {
margin-left: auto;
~ .components-icon-button {
margin-left: 0;
}

@include break-medium() {
Expand Down

0 comments on commit 7a31494

Please sign in to comment.