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:
parent
56a2b67e21
commit
6c70420b42
|
@ -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
|
@ -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
Loading…
Reference in New Issue