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:
Matt Thomas 2013-12-09 19:12:18 +00:00
parent 659334bd59
commit 8cf1d699d9
4 changed files with 12 additions and 2 deletions

View File

@ -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;

File diff suppressed because one or more lines are too long

View File

@ -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;

File diff suppressed because one or more lines are too long