Skip to content

Commit

Permalink
Post Editor: top-align Publish row in the post panel (#53573)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Aug 12, 2023
1 parent 73eca1d commit 9394581
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
width: 100%;
position: relative;
justify-content: flex-start;
align-items: flex-start;

span {
display: block;
Expand All @@ -15,6 +16,7 @@
.components-button.edit-post-post-schedule__toggle {
text-align: left;
white-space: normal;
height: auto;

// This span is added by the Popover in Tooltip when no anchor is
// provided. We set its width to 0 so that it does not cause the button text
Expand Down

0 comments on commit 9394581

Please sign in to comment.