Make WordPress Core

Opened 10 years ago

Closed 9 years ago

#32569 closed defect (bug) (fixed)

Long Plugin/Theme Titles do not wrap on small screens

Reported by: rickalee's profile rickalee Owned by: obenland's profile obenland
Milestone: 4.5 Priority: normal
Severity: normal Version: 4.3
Component: Plugins Keywords: has-patch dev-feedback needs-testing
Focuses: ui, administration Cc:

Description (last modified by SergeyBiryukov)

Related to long-standing issue with #wpbody-content .plugins .plugin-title &
#wpbody-content .plugins .theme-title having white-space: nowrap; rule in wp-admin.css

This also negatively affects div.row-actions and wrapping on desktop.

See - #14068

Attachments (4)

plugin_title_wrap_before.png (71.9 KB) - added by rickalee 10 years ago.
Before removing white-space: nowrap
plugin_title_wrap_after.png (64.3 KB) - added by rickalee 10 years ago.
After removing white-space: nowrap
32569.diff (736 bytes) - added by mapk 9 years ago.
Fix.png (100.8 KB) - added by mapk 9 years ago.
Ignore the text, it was just added to display the fix.

Download all attachments as: .zip

Change History (10)

@rickalee
10 years ago

Before removing white-space: nowrap

@rickalee
10 years ago

After removing white-space: nowrap

#1 @iseulde
9 years ago

Introduced in [17449].

#2 @SergeyBiryukov
9 years ago

  • Component changed from General to Plugins
  • Description modified (diff)
  • Focuses administration added

@mapk
9 years ago

#3 @mapk
9 years ago

  • Keywords has-patch dev-feedback needs-testing added

Just uploaded a patch to revert white-space back to normal for media query max-width 782px. And adjusted line-height as well.

@mapk
9 years ago

Ignore the text, it was just added to display the fix.

#4 @obenland
9 years ago

  • Owner set to obenland
  • Status changed from new to reviewing

#5 @obenland
9 years ago

  • Milestone changed from Awaiting Review to 4.5
  • Version set to 4.3

#6 @obenland
9 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 35785:

Plugins: Allow long plugin names to wrap on small screens.

Props mapk, rickalee.
Fixes #32569.

Note: See TracTickets for help on using tickets.