Make sure the validator list on Credits screen floats correctly with longer names.
props kosvrouvas. fixes #30066. Built from https://develop.svn.wordpress.org/trunk@30037 git-svn-id: http://core.svn.wordpress.org/trunk@30037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
16bbe9b57b
commit
9f379e6b6c
|
@ -293,7 +293,8 @@
|
|||
}
|
||||
|
||||
.about-wrap li.wp-person {
|
||||
float: right;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
|
|
@ -293,7 +293,8 @@
|
|||
}
|
||||
|
||||
.about-wrap li.wp-person {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-alpha-30036';
|
||||
$wp_version = '4.1-alpha-30037';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue