Skip to content

Commit

Permalink
Inspector: Improve handling of long words in post titles (#62691)
Browse files Browse the repository at this point in the history
Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
Co-authored-by: ellatrix <ellatrix@git.wordpress.org>
Co-authored-by: afercia <afercia@git.wordpress.org>
  • Loading branch information
4 people authored and gutenbergplugin committed Jun 25, 2024
1 parent db9bf3c commit 528122e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/post-card-panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
flex-wrap: wrap;
column-gap: $grid-unit-10;
row-gap: $grid-unit-05;
word-break: break-word;
}
}

Expand Down
4 changes: 4 additions & 0 deletions packages/editor/src/components/post-url/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@
.editor-post-url__input input.components-input-control__input {
padding-inline-start: 0 !important;
}

.editor-post-url__panel-toggle {
word-break: break-word;
}

0 comments on commit 528122e

Please sign in to comment.