Skip to content

Commit

Permalink
CSS error: replace margin-right: none with margin-right: 0 (#22583)
Browse files Browse the repository at this point in the history
  • Loading branch information
audrasjb authored May 24, 2020
1 parent 1a4e9d2 commit 7f797a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/buttons/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.wp-block-buttons.alignright .wp-block-button {
margin-right: none;
margin-right: 0;
margin-left: $grid-unit-10;
}

Expand Down

0 comments on commit 7f797a6

Please sign in to comment.