From b5554b1446be442be17c02628f4fa1c1c07f16f8 Mon Sep 17 00:00:00 2001 From: Intenzi Date: Mon, 18 May 2026 14:02:42 +0530 Subject: [PATCH] fix: vertical text alignment in active theme --- src/wp-admin/css/themes.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 4a644974c50c4..a651d596fc2a6 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -239,6 +239,7 @@ body.js .theme-browser.search-loading { .theme-browser .theme.active .theme-name { background: #1d2327; color: #fff; + border-top: none; padding-right: 115px; font-weight: 300; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);