From 16e8d7d1f476ee8a7198f877c42a1ccbd4ff483b Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Tue, 18 Apr 2023 17:11:31 +0100 Subject: [PATCH] Increased the focus area of the announcement input placeholder refs https://github.com/TryGhost/Team/issues/3026 --- ghost/admin/app/styles/layouts/settings.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/layouts/settings.css b/ghost/admin/app/styles/layouts/settings.css index 7990e5bb2e..b127171564 100644 --- a/ghost/admin/app/styles/layouts/settings.css +++ b/ghost/admin/app/styles/layouts/settings.css @@ -3703,7 +3703,8 @@ p.theme-validation-details { line-height: 1.5em !important; } -.gh-announcement-editor .koenig-lexical p { +.gh-announcement-editor .koenig-lexical p, +.gh-announcement-editor .koenig-lexical .kg-prose { height: 108px; }