Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#27541 closed defect (bug) (fixed)

Media uploader message line-height is too tight

Reported by: Nao Owned by: gcorne
Priority: normal Milestone: 3.9
Component: Upload Version: 3.9
Severity: normal Keywords:
Cc: Focuses: ui

Description

The new in-editor uploader shows "Drop files to upload" message when a file is drugged. When the window width is not enough to show the message in one line, the text wraps around, causing the first and second lines to overwrap.

In the case of Japanese translation, this happens on a fairly wide window (e.g 1024px).

Before:
https://i.cloudup.com/AxxBD6kXCl-1200x1200.png

I'll attach a CSS patch to set line-height to this h3 element.

After:
https://i.cloudup.com/WelG2tFeXq-1200x1200.png

Attachments (1)

27541.diff (430 bytes ) - added by Nao 12 years ago.

Download all attachments as: .zip

Change History (3)

@Nao
12 years ago

#1 @samuelsidler
12 years ago

  • Milestone Awaiting Review3.9
  • Owner set to gcorne
  • Status newassigned

#2 @nacin
12 years ago

  • Resolutionfixed
  • Status assignedclosed

In 27773:

Editor: Fix line height on 'Drop files to upload'.

props Nao.
fixes #27541.

Note: See TracTickets for help on using tickets.