Skip to content

Commit

Permalink
Increase right padding of URL field to take the Submit button into ac…
Browse files Browse the repository at this point in the history
…count. (#56685)
  • Loading branch information
afercia authored Dec 7, 2023
1 parent 550966a commit cb3bb3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $preview-image-height: 140px;
border-radius: $radius-block-ui;
height: $button-size-next-default-40px; // components do not properly support unstable-large yet.
margin: 0;
padding: $grid-unit-10 $grid-unit-20;
padding: $grid-unit-10 $button-size-next-default-40px $grid-unit-10 $grid-unit-20;
position: relative;
width: 100%;
}
Expand Down

1 comment on commit cb3bb3d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in cb3bb3d.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7125668029
📝 Reported issues:

Please sign in to comment.