From a13810ebc947c7f21c9fa67c535d26c0590897d0 Mon Sep 17 00:00:00 2001 From: Jan Jakes Date: Fri, 16 Jun 2023 10:03:33 +0200 Subject: [PATCH] Improve from scratch centering and unify padding [MAILPOET-5372] --- mailpoet/assets/css/src/mailpoet-automation-templates.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailpoet/assets/css/src/mailpoet-automation-templates.scss b/mailpoet/assets/css/src/mailpoet-automation-templates.scss index 7e817d42fb..bfcc6028de 100644 --- a/mailpoet/assets/css/src/mailpoet-automation-templates.scss +++ b/mailpoet/assets/css/src/mailpoet-automation-templates.scss @@ -26,9 +26,9 @@ ul.mailpoet-automation-templates { border-radius: 4px; cursor: pointer; display: grid; - grid-template-rows: 40px auto auto; + grid-template-rows: 40px; height: 100%; - padding: 24px 24px 26px; + padding: 24px; text-align: left; width: 100%;