From 93945816d8f47336e3853cc5e9e2a45524316aa3 Mon Sep 17 00:00:00 2001 From: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:26:37 +0900 Subject: [PATCH] Post Editor: top-align Publish row in the post panel (#53573) --- .../edit-post/src/components/sidebar/post-schedule/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/edit-post/src/components/sidebar/post-schedule/style.scss b/packages/edit-post/src/components/sidebar/post-schedule/style.scss index 95b7ddeff6c08..056c2e68dbb5f 100644 --- a/packages/edit-post/src/components/sidebar/post-schedule/style.scss +++ b/packages/edit-post/src/components/sidebar/post-schedule/style.scss @@ -2,6 +2,7 @@ width: 100%; position: relative; justify-content: flex-start; + align-items: flex-start; span { display: block; @@ -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