From edbdcb410ddae1cfac157b25ef3fbd23f765c66f Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Wed, 25 May 2022 10:08:47 +0200 Subject: [PATCH] Fixed spacing bug on filtered posts empty state --- ghost/admin/app/styles/layouts/content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/styles/layouts/content.css b/ghost/admin/app/styles/layouts/content.css index e0d98cbbf3..8a176d14dc 100644 --- a/ghost/admin/app/styles/layouts/content.css +++ b/ghost/admin/app/styles/layouts/content.css @@ -518,8 +518,8 @@ margin-top: -32px; } -.no-posts-box .no-posts h4 { - margin: 24px 0; +.no-posts-box .no-posts h3 { + margin: 32px 0; }