Opened 9 years ago
Closed 7 years ago
#36207 closed defect (bug) (fixed)
Widget description in widgets is not using word-wrap: break-word
Reported by: | Prelc | Owned by: | westonruter |
---|---|---|---|
Milestone: | 4.9 | Priority: | low |
Severity: | trivial | Version: | 4.4.2 |
Component: | Widgets | Keywords: | has-screenshots has-patch commit |
Focuses: | ui, administration | Cc: |
Description
Long word's without spaces goes out of the container.
I think that class .widget-description
needs
overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;
Attachments (5)
Change History (14)
#4
@
9 years ago
I've submitted an updated version of the patch, because I've noticed we have the same issue in Customizer Widgets too, so 36207-widgets-and-customizer-widgets.diff should be a better fix. This might be not the best way to handle the issue, so I'm open for suggestions :)
#5
@
7 years ago
I'm at WordCamp Varna Contributor Day and I've decided to go and check my old patches. It seems like I didn't do the svn diff
properly. Now the attached file has a fix of this.
#6
@
7 years ago
- Milestone changed from Awaiting Review to 4.9
- Priority changed from normal to low
- Severity changed from normal to trivial
Seems like a nice little update to make in 4.9. @westonruter correct me if I'm wrong but I don't think we need to worry about prefixes because that stuff's added automatically in pre-commit, right?
Related: #36081