Skip to content

Commit

Permalink
Add line height to #commentstatusdiv p so that its checkboxes get som…
Browse files Browse the repository at this point in the history
…e 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
  • Loading branch information
Matt Thomas committed Dec 9, 2013
1 parent 659334b commit 8cf1d69
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions wp-admin/css/wp-admin-rtl.css
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion wp-admin/css/wp-admin-rtl.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions wp-admin/css/wp-admin.css
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion wp-admin/css/wp-admin.min.css

Large diffs are not rendered by default.

0 comments on commit 8cf1d69

Please sign in to comment.