Make WordPress Core

Opened 6 years ago

Closed 6 years ago

Last modified 5 years ago

#46888 closed defect (bug) (duplicate)

Twenty Nineteen: Long non-breaking text strings can cause horizontal scrolling in footer widgets

Reported by: mehulwpos's profile mehulwpos Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords: has-screenshots
Focuses: Cc:

Description

I noticed that all Bundled Themes have some sort of word-wrap issues in widgets title when using long non-breaking text strings.

Attachments (1)

Twenty Nineteen - Long non-breaking.png (28.9 KB) - added by mehulwpos 6 years ago.
word-wrap issues in widgets title

Download all attachments as: .zip

Change History (5)

@mehulwpos
6 years ago

word-wrap issues in widgets title

#1 @mehulwpos
6 years ago

style.css line no : 5070

widget a {

hyphens: auto;
word-wrap: break-word;

}

#2 @mukesh27
6 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #46704.

#3 @mukesh27
6 years ago

  • Keywords has-patch removed

#4 @desrosj
5 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.