Skip to content

Conversation

SainathPoojary
Copy link
Contributor

What?

Fixes an issue where long words in the post title do not break into a new line in the PostPublishPanel, causing overflow.
Closes: #69803

Why?

When a post title contains a word with an long length, it does not wrap within the PostPublishPanel, leading to layout issues. This fix ensures proper word wrapping, improving readability and UI consistency.

How?

Added word-break: break-word; to the .post-publish-panel__postpublish .components-panel__body CSS rule to enforce word breaking for long words.

Testing Instructions

  1. Create a new post.
  2. Enter a long single-word title (e.g., Supercalifragilisticexpialidocious... repeated multiple times).
  3. Open the PostPublishPanel by clicking the “Publish” button.
  4. Verify that the title text wraps correctly without overflowing the panel.

Screenshots or screencast

Before:

2025-04-03.12-23-28.mp4

After:

2025-04-03.12-25-30.mp4

Copy link

github-actions bot commented Apr 3, 2025

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: SainathPoojary <sainathpoojary@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Copy link
Contributor

@t-hamano t-hamano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! This approach has been used in many places and I think it makes sense.

image

image

@t-hamano t-hamano added [Type] Bug An existing feature does not function as intended [Feature] Document Settings Document settings experience props-bot Manually triggers Props Bot to ensure the list of props is up to date. labels Apr 3, 2025
@github-actions github-actions bot removed the props-bot Manually triggers Props Bot to ensure the list of props is up to date. label Apr 3, 2025
@t-hamano t-hamano merged commit a32cb4b into WordPress:trunk Apr 3, 2025
69 checks passed
@github-actions github-actions bot added this to the Gutenberg 20.7 milestone Apr 3, 2025
chriszarate pushed a commit to chriszarate/gutenberg that referenced this pull request Jul 1, 2025
Co-authored-by: SainathPoojary <sainathpoojary@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Document Settings Document settings experience [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PostPublishPanel: Long words in post title overflow instead of wrapping
2 participants