Add line height to #commentstatusdiv p so that its checkboxes get some padding between them at responsive sizes. Fixes #26499, props SergeyBiryukov.

git-svn-id: https://develop.svn.wordpress.org/trunk@26833 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-09 19:11:36 +00:00
parent 6c96d3e787
commit 1bc3fe3a25

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;