Make WordPress Core

Changeset 26833


Ignore:
Timestamp:
12/09/2013 07:11:36 PM (11 years ago)
Author:
iammattthomas
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26830 r26833  
    1200512005    }
    1200612006
     12007    /* Discussion */
     12008    #commentstatusdiv p {
     12009        line-height: 2.8;
     12010    }
     12011
    1200712012    /* TinyMCE Adjustments */
    1200812013    .mceToolbar * {
Note: See TracChangeset for help on using the changeset viewer.