Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#17544 closed defect (bug) (fixed)

l10n names don't fit in the new admin menu

Reported by: nacin's profile nacin Owned by: azaozz's profile azaozz
Milestone: 3.2 Priority: normal
Severity: normal Version: 3.1
Component: I18N Keywords: ui-feedback
Focuses: Cc:

Description

See: http://d.pr/rYav. Reported on wppolyglots originally. The word for the Settings screen fit under the old admin menu.

Any chance we can squeeze a few pixels out of the right padding or something?

Attachments (1)

17544.patch (1.1 KB) - added by ocean90 14 years ago.

Download all attachments as: .zip

Change History (9)

#1 @ocean90
14 years ago

  • Version set to 3.1

It exists also in 3.1 with the German word for Updates: http://grab.by/ac9F.

#2 @ocean90
14 years ago

Also related to this: http://grab.by/ac9I

The bubble is over the arrow.

#3 follow-up: @vanillalounge
14 years ago

Any chance we can squeeze a few pixels out of the right padding or something?

... or maybe give #adminmenu a min-width, instead of width? Some languages have even longer words for the menu items

#4 in reply to: ↑ 3 @johnbillion
14 years ago

Replying to vanillalounge:

Any chance we can squeeze a few pixels out of the right padding or something?

... or maybe give #adminmenu a min-width, instead of width? Some languages have even longer words for the menu items

Another use case is where a custom post type has a long name such as 'Accommodation' which doesn't fit without wrapping. min-width would be an elegant solution.

#5 @azaozz
14 years ago

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from new to closed

In [18122]:

Squeeze 10 more pixels for longer menu names, fixes #17544

#6 @azaozz
14 years ago

With the current layout CSS we cannot use min-width and max-width there.

@ocean90
14 years ago

#7 @ocean90
14 years ago

17544.patch will fix http://grab.by/agWx

#8 @azaozz
14 years ago

In [18124]:

Also move the dark arrows, props ocean90, see #17544

Note: See TracTickets for help on using tickets.