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