wpLink: fix vertical alignment of the fields labels.
Part props daniluk4000. Fixes #32829. Built from https://develop.svn.wordpress.org/trunk@33300 git-svn-id: http://core.svn.wordpress.org/trunk@33272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f00d1e63f1
commit
f9980c793c
|
@ -1430,6 +1430,8 @@ i.mce-i-wp_code:before {
|
|||
text-align: left;
|
||||
padding-left: 5px;
|
||||
max-width: 24%;
|
||||
vertical-align: middle;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#wp-link .link-search-field {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1430,6 +1430,8 @@ i.mce-i-wp_code:before {
|
|||
text-align: right;
|
||||
padding-right: 5px;
|
||||
max-width: 24%;
|
||||
vertical-align: middle;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#wp-link .link-search-field {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta3-33299';
|
||||
$wp_version = '4.3-beta3-33300';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue