From 662824ceac7ff5a9f68e99a0f09f4bc4c1672647 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 12 Jun 2017 00:16:03 +0000 Subject: [PATCH] Customize: Restore right border on footer actions. Fixes regression introduced in [40511]. Props timmydcrawford. See #32296. Fixes #40978. git-svn-id: https://develop.svn.wordpress.org/trunk@40896 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/themes.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 24f50fc51b..7aadbee438 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1644,6 +1644,8 @@ body.full-overlay-active { min-width: 299px; max-width: 599px; width: 18%; + width: -webkit-calc( 18% - 1px ); + width: calc( 18% - 1px ); height: 45px; border-top: 1px solid #ddd; background: #eee;