#42871 closed defect (bug) (fixed)
Features box textstrings in Feature Filter area need new linebreak
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9.2 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Customize | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
Formerly #42306:
When the textstrings after the checkbox in the Features box (in: Customizer, Themes, Add New, Feature Filter) become to long, for example after their translation to german, the linebreak gets over 3 lines.
I've marked that blue in the attached screenshot.
Also, some of the orange marked strings are not ready for translation yet, but will probably become quite long in german too.
An indented linebreak over 2 lines after the checkbox would be nice here.
Attachments (2)
Change History (8)
This ticket was mentioned in Slack in #core-customize by westonruter. View the logs.
7 years ago
#4
@
7 years ago
As noted in 6:ticket:42306, removing display: inline-block
only partially fixes the issue, see https://core.trac.wordpress.org/attachment/ticket/42306/42306.png.
42871.patch fixes both horizontal and vertical alignment: 42871.PNG. Tested in Chrome, Firefox, Edge, IE 11.
Not a regression, but I don't see any issues with backporting it to 4.9.
See patch: https://core.trac.wordpress.org/attachment/ticket/42306/42306-line-break-fix.patch