diff --git a/packages/editor/src/components/post-schedule/style.scss b/packages/editor/src/components/post-schedule/style.scss index 0b9d64a9ce1407..f10be9f9da8b91 100644 --- a/packages/editor/src/components/post-schedule/style.scss +++ b/packages/editor/src/components/post-schedule/style.scss @@ -16,6 +16,11 @@ height: auto; min-height: $button-size-compact; + // This needs specificity. + &.components-button { + text-wrap: pretty; + } + // The line height + the padding should be the same as the button size. line-height: inherit; }