Make WordPress Core

Changeset 47473


Ignore:
Timestamp:
03/19/2020 08:43:13 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Correct bottom padding for table of contents on Privacy Policy Guide on smaller screens.

Props jagirbahesh, birgire, garrett-eclipse.
Fixes #49570.

File:
1 edited

Legend:

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

    r47418 r47473  
    449449.curtime #timestamp:before,
    450450#post-body .misc-pub-revisions:before,
    451 #post-body .misc-pub-response-to:before, 
     451#post-body .misc-pub-response-to:before,
    452452#post-body .misc-pub-comment-status:before {
    453453    color: #82878c;
     
    458458.curtime #timestamp:before,
    459459#post-body .misc-pub-revisions:before,
    460 #post-body .misc-pub-response-to:before, 
     460#post-body .misc-pub-response-to:before,
    461461#post-body .misc-pub-comment-status:before {
    462462    font: normal 20px/1 dashicons;
     
    470470}
    471471
    472 #post-body .misc-pub-post-status:before, 
     472#post-body .misc-pub-post-status:before,
    473473#post-body .misc-pub-comment-status:before {
    474474    content: "\f173";
     
    17391739        width: auto;
    17401740        height: 100%;
     1741        display: flex;
     1742        flex-direction: column;
    17411743    }
    17421744
Note: See TracChangeset for help on using the changeset viewer.