From 7ede058b163b3620cddad3b816bd3a5bfd59f135 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 19 Mar 2020 20:43:13 +0000 Subject: [PATCH] Privacy: Correct bottom padding for table of contents on Privacy Policy Guide on smaller screens. Props jagirbahesh, birgire, garrett-eclipse. Fixes #49570. git-svn-id: https://develop.svn.wordpress.org/trunk@47473 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/edit.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/css/edit.css b/src/wp-admin/css/edit.css index a789a4399d..4c73094015 100644 --- a/src/wp-admin/css/edit.css +++ b/src/wp-admin/css/edit.css @@ -448,7 +448,7 @@ form#tags-filter { #post-body #visibility:before, .curtime #timestamp:before, #post-body .misc-pub-revisions:before, -#post-body .misc-pub-response-to:before, +#post-body .misc-pub-response-to:before, #post-body .misc-pub-comment-status:before { color: #82878c; } @@ -457,7 +457,7 @@ form#tags-filter { #post-body #visibility:before, .curtime #timestamp:before, #post-body .misc-pub-revisions:before, -#post-body .misc-pub-response-to:before, +#post-body .misc-pub-response-to:before, #post-body .misc-pub-comment-status:before { font: normal 20px/1 dashicons; speak: none; @@ -469,7 +469,7 @@ form#tags-filter { -moz-osx-font-smoothing: grayscale; } -#post-body .misc-pub-post-status:before, +#post-body .misc-pub-post-status:before, #post-body .misc-pub-comment-status:before { content: "\f173"; } @@ -1738,6 +1738,8 @@ table.links-table { float: none; width: auto; height: 100%; + display: flex; + flex-direction: column; } .privacy-text-section a.return-to-top {