From 2ed1eb8a4e46db0910c593366304c40b2d22de97 Mon Sep 17 00:00:00 2001 From: Ames Plant Date: Wed, 4 Mar 2026 16:47:06 -0600 Subject: [PATCH] Dashboard: Use compact (32px) input and button in Events widget --- src/wp-admin/css/dashboard.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/css/dashboard.css b/src/wp-admin/css/dashboard.css index cfd490f4233d4..60125c85f1386 100644 --- a/src/wp-admin/css/dashboard.css +++ b/src/wp-admin/css/dashboard.css @@ -533,6 +533,15 @@ .community-events-form .regular-text { width: 40%; margin: 0; + min-height: 32px; + line-height: 2.14285714; + padding: 0 8px; +} + +#dashboard-widgets .community-events-form .button { + min-height: 32px; + line-height: 2.30769231; + padding: 0 12px; } .community-events li.event-none { @@ -544,7 +553,7 @@ } .community-events-form label { - line-height: 2.15384615; + line-height: 2.14285714; } .community-events .activity-block > p {