From 42e1fbdb94992a156b1511ef34cc56599a28a69a Mon Sep 17 00:00:00 2001 From: James Koster Date: Tue, 2 Jul 2024 16:48:45 +0100 Subject: [PATCH] Fix button wrapping in the document Inspector (#63062) Co-authored-by: jameskoster Co-authored-by: youknowriad Co-authored-by: jasmussen --- packages/editor/src/components/post-panel-row/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor/src/components/post-panel-row/style.scss b/packages/editor/src/components/post-panel-row/style.scss index 5bb951feb53ed..53e0c645f6f06 100644 --- a/packages/editor/src/components/post-panel-row/style.scss +++ b/packages/editor/src/components/post-panel-row/style.scss @@ -25,6 +25,7 @@ .components-button { max-width: 100%; text-align: left; + white-space: normal; text-wrap: balance; // Fallback for Safari. text-wrap: pretty; height: auto;