Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Menu.ItemHelpText: better line breaking (WordPress#67011)
* Fix: Use break-word instead of break-all in attribute description Changed break-all to use word-break for better readability. * CSS: Replace deprecated word-break with overflow-wrap Replace deprecated `word-break: break-word` with the modern equivalent `overflow-wrap: anywhere` to handle text wrapping. This change maintains the same text wrapping behavior while using the current standard CSS property. * Docs: Add changelog entry for MenuItemHelpText text wrapping fix * Docs: Update changelog entry for Menu.ItemHelpText to internal section Co-authored-by: himanshupathak95 <[email protected]> Co-authored-by: juanfra <[email protected]> Co-authored-by: mirka <[email protected]> Co-authored-by: ciampo <[email protected]> Co-authored-by: im3dabasia <[email protected]> Co-authored-by: jasmussen <[email protected]>
- Loading branch information