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

props Nao.
fixes #27541.

Built from https://develop.svn.wordpress.org/trunk@27773


git-svn-id: http://core.svn.wordpress.org/trunk@27610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-03-27 04:08:14 +00:00
parent 56a2b67e21
commit 6c70420b42
4 changed files with 4 additions and 2 deletions

View File

@ -1615,6 +1615,7 @@
-ms-transform: translateY( -50% );
transform: translateY( -50% );
font-size: 3em;
line-height: 1.3;
font-weight: bold;
color: #fff;
padding: 0;

File diff suppressed because one or more lines are too long

View File

@ -1615,6 +1615,7 @@
-ms-transform: translateY( -50% );
transform: translateY( -50% );
font-size: 3em;
line-height: 1.3;
font-weight: bold;
color: #fff;
padding: 0;

File diff suppressed because one or more lines are too long