Opened 5 months ago
Closed 5 months ago
#61539 closed defect (bug) (reported-upstream)
Long site titles overflow their container on the site editor page in the admin backend, causing layout issues.
Reported by: | parinpanjari | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.5.5 |
Component: | Editor | Keywords: | has-patch |
Focuses: | ui, css | Cc: |
Description
When the site title is too long on the site editor page in the admin backend, it overflows its container, disrupting the layout and causing visual issues. The title text should be truncated with an ellipsis if it exceeds the container width.
Steps to Reproduce:
Navigate to the site editor page in the admin backend.
Set a very long site title.
Observe the title overflowing its container and disrupting the layout.
Expected Result:
The site title should be truncated with an ellipsis if it exceeds the container width, ensuring it fits within the designated space.
Actual Result:
The site title overflows its container, causing layout issues.
Video : https://www.loom.com/share/9fe0af38cc8243f2b82c26a113434a55
Thanks for the report! In the future, please open issues related to the editor interface on the Gutenberg repository.
That Site Title link in the site hub still needs to have a proper accessible name (GB62644), but the text overflow issue is already fixed for WordPress 6.6:
https://github.com/WordPress/gutenberg/pull/61258