Accessibility: Widgets: Prevent checkboxes in widget control forms from overlapping on smaller screens.
Props jaz_on, milindmore22, passoniate, audrasjb, carriganvb, afercia, SergeyBiryukov. Fixes #49228. Built from https://develop.svn.wordpress.org/trunk@47598 git-svn-id: http://core.svn.wordpress.org/trunk@47373 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
61a2f62ffd
commit
ee387b9181
|
@ -50,6 +50,11 @@
|
|||
line-height: 1.23076923;
|
||||
}
|
||||
|
||||
.widgets-holder-wrap .widget-inside label {
|
||||
margin: 0.25em 0 0.5em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.widget.widget-dirty .widget-control-close-wrapper {
|
||||
display: none;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -49,6 +49,11 @@
|
|||
line-height: 1.23076923;
|
||||
}
|
||||
|
||||
.widgets-holder-wrap .widget-inside label {
|
||||
margin: 0.25em 0 0.5em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.widget.widget-dirty .widget-control-close-wrapper {
|
||||
display: none;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-47597';
|
||||
$wp_version = '5.5-alpha-47598';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue