Skip to content

Commit

Permalink
Adjust spacing for LinkControl actions (WordPress#53055)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored Jul 28, 2023
1 parent e19a41d commit 1536fee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $preview-image-height: 140px;
flex-direction: row-reverse; // put "Cancel" on the left but retain DOM order.
justify-content: flex-start;
gap: $grid-unit-10;
padding: $grid-unit-10;
padding: $grid-unit-10 $grid-unit-20 $grid-unit-20;
order: 20;
}

Expand Down

0 comments on commit 1536fee

Please sign in to comment.