Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#27541 closed defect (bug) (fixed)

Media uploader message line-height is too tight

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

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 10 years ago.

Download all attachments as: .zip

Change History (3)

@Nao
10 years ago

#1 @samuelsidler
10 years ago

  • Milestone changed from Awaiting Review to 3.9
  • Owner set to gcorne
  • Status changed from new to assigned

#2 @nacin
10 years ago

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

In 27773:

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

props Nao.
fixes #27541.

Note: See TracTickets for help on using tickets.