From 77578e0869a36b7ef10d1ab21c4bea6044f63247 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 8 Mar 2020 01:50:37 +0000 Subject: [PATCH] Themes: Prevent tags in Theme Details modal from being partially hidden behind action buttons on smaller screens. Props sagarjadhav, valentinbora. Fixes #31783. git-svn-id: https://develop.svn.wordpress.org/trunk@47435 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/themes.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 4b793a0fd2..fed12dcf89 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -896,6 +896,15 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap { .theme-browser .theme:nth-child(3n) { margin-right: 0; } + + .theme-overlay .theme-about { + bottom: 105px; + } + + .theme-overlay .theme-actions { + padding-left: 4%; + padding-right: 4%; + } } @media only screen and (max-width: 650px) {