Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#17544 closed defect (bug) (fixed)

l10n names don't fit in the new admin menu

Reported by: nacin Owned by: azaozz
Priority: normal Milestone: 3.2
Component: I18N Version: 3.1
Severity: normal Keywords: ui-feedback
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 2 years ago.

Download all attachments as: .zip

Change History (9)

  • Version set to 3.1

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

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

The bubble is over the arrow.

comment:3 follow-up: ↓ 4   vanillalounge2 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

comment:4 in reply to: ↑ 3   johnbillion2 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.

  • 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

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

ocean902 years ago

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

In [18124]:

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

Note: See TracTickets for help on using tickets.