mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Add line height to #commentstatusdiv p so that its checkboxes get some padding between them at responsive sizes. Fixes #26499, props SergeyBiryukov.
Built from https://develop.svn.wordpress.org/trunk@26833 git-svn-id: http://core.svn.wordpress.org/trunk@26720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
659334bd59
commit
8cf1d699d9
@ -12004,6 +12004,11 @@ li#wp-admin-bar-menu-toggle {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/* Discussion */
|
||||
#commentstatusdiv p {
|
||||
line-height: 2.8;
|
||||
}
|
||||
|
||||
/* TinyMCE Adjustments */
|
||||
.mceToolbar * {
|
||||
white-space: normal !important;
|
||||
|
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
@ -12004,6 +12004,11 @@ li#wp-admin-bar-menu-toggle {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/* Discussion */
|
||||
#commentstatusdiv p {
|
||||
line-height: 2.8;
|
||||
}
|
||||
|
||||
/* TinyMCE Adjustments */
|
||||
.mceToolbar * {
|
||||
white-space: normal !important;
|
||||
|
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
Loading…
Reference in New Issue
Block a user