Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#26537 closed defect (bug) (fixed)

Toolbar icons overflow their container on small screen devices when multisite is enabled.

Reported by: iammattthomas Owned by: nacin
Priority: low Milestone: 3.8.1
Component: Administration Version: 3.8
Severity: normal Keywords: has-patch commit fixed-major
Cc: Focuses:

Description

A late-breaking change before 3.8-RC2 changed the selector giving padding to toolbar items; it made it more specific at which point it began overriding the responsive styles. When I tested it on multisite today I noticed that the extra padding is forcing the My Account avatar out of the toolbar on iPhones and other narrow devices.

Attachments (3)

26537.diff (1.3 KB ) - added by iammattthomas 13 years ago.
Adjusts widths of toolbar items at mobile sizes for better fitting on narrow screens.
before.png (23.0 KB ) - added by iammattthomas 13 years ago.
after.png (23.0 KB ) - added by iammattthomas 13 years ago.

Download all attachments as: .zip

Change History (10)

@iammattthomas
13 years ago

Adjusts widths of toolbar items at mobile sizes for better fitting on narrow screens.

@iammattthomas
13 years ago

@iammattthomas
13 years ago

#1 @nacin
13 years ago

  • Component GeneralAdministration
  • Keywords has-patch commit added
  • Milestone Awaiting Review3.8
  • Priority normalhigh
  • Severity normalcritical

#2 @nacin
13 years ago

  • Severity criticalnormal

This without a patch does not look nearly as bad as I had feared.

#3 @nacin
13 years ago

  • Priority highlow

#4 @nacin
13 years ago

  • Milestone 3.83.8.1

#5 @nacin
13 years ago

In 26920:

Adjust widths of toolbar items at mobile sizes for better fitting on narrow screens. Fixes toolbar wrapping when using multisite.

props iammattthomas.
see #26537 for trunk.

#6 @nacin
13 years ago

  • Keywords fixed-major added

#7 @nacin
13 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

In 26949:

Adjust widths of toolbar items at mobile sizes for better fitting on narrow screens. Fixes toolbar wrapping when using multisite.

Merges [26920] to the 3.8 branch.

props iammattthomas.
fixes #26537.

Note: See TracTickets for help on using tickets.