Skip to content

Commit

Permalink
Fix button wrapping in the document Inspector (WordPress#63062)
Browse files Browse the repository at this point in the history
Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
Co-authored-by: jasmussen <joen@git.wordpress.org>
  • Loading branch information
4 people committed Jul 2, 2024
1 parent 5338926 commit 42e1fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/post-panel-row/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 42e1fbd

Please sign in to comment.