From 44e03767922d8bb256513346372546e9ba5fc24a Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 18 Mar 2020 13:43:11 +0100 Subject: [PATCH] Fixed toaster content spacing no issue - fixed spacing for title, description and actions on toasters --- ghost/admin/app/styles/components/notifications.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/styles/components/notifications.css b/ghost/admin/app/styles/components/notifications.css index 010281e1c6..e3dba4874e 100644 --- a/ghost/admin/app/styles/components/notifications.css +++ b/ghost/admin/app/styles/components/notifications.css @@ -63,7 +63,7 @@ } .gh-notification p { - margin: 10px 0 0; + margin: 6px 0 0; padding: 0; line-height: 1.35em; } @@ -80,7 +80,8 @@ } .gh-notification-actions { - margin-top: 10px; + margin-top: 6px; + margin-bottom: 2px; display: flex; }