mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
Menus: Remove fixed height from .description-thin
fields.
props tyxla. fixes #31426. Built from https://develop.svn.wordpress.org/trunk@31524 git-svn-id: http://core.svn.wordpress.org/trunk@31505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
132d65ef1e
commit
ad30deda04
@ -675,7 +675,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
|
||||
.description-thin {
|
||||
width: 190px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.description-wide {
|
||||
@ -829,7 +828,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
.menu-item-settings .description-thin,
|
||||
.menu-item-settings .description-wide {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.menu-item-settings input {
|
||||
|
@ -675,7 +675,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
|
||||
.description-thin {
|
||||
width: 190px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.description-wide {
|
||||
@ -829,7 +828,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
.menu-item-settings .description-thin,
|
||||
.menu-item-settings .description-wide {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.menu-item-settings input {
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31523';
|
||||
$wp_version = '4.2-alpha-31524';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user