diff --git a/packages/edit-site/src/components/header-edit-mode/document-actions/style.scss b/packages/edit-site/src/components/header-edit-mode/document-actions/style.scss index 95f046360fc3ba..cfaed598304055 100644 --- a/packages/edit-site/src/components/header-edit-mode/document-actions/style.scss +++ b/packages/edit-site/src/components/header-edit-mode/document-actions/style.scss @@ -11,7 +11,6 @@ background: $gray-100; border-radius: $grid-unit-05; width: min(100%, 450px); - overflow: hidden; // Make the document title shorter in top-toolbar mode, as it has to be covered. .has-fixed-toolbar & { @@ -19,7 +18,7 @@ } .components-button { - border-radius: 0; + border-radius: $grid-unit-05; &:hover { color: var(--wp-block-synced-color);