Improve from scratch centering and unify padding

[MAILPOET-5372]
This commit is contained in:
Jan Jakes
2023-06-16 10:03:33 +02:00
committed by Aschepikov
parent bc01fc680b
commit a13810ebc9

View File

@@ -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%;