Skip to content

Commit

Permalink
Test: Fix failing style linting error (#61649)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored May 14, 2024
1 parent e2dcd0a commit 2bc4d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/inserter-sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
justify-content: space-between;

.block-editor-inserter-sidebar__close-button {
/* stylelint-disable-next-line property-disallowed-list -- This should be refactored to avoid order if possible */
order: 1;
align-self: center;
}
Expand Down

0 comments on commit 2bc4d5f

Please sign in to comment.