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; border-radius: 4px;
cursor: pointer; cursor: pointer;
display: grid; display: grid;
grid-template-rows: 40px auto auto; grid-template-rows: 40px;
height: 100%; height: 100%;
padding: 24px 24px 26px; padding: 24px;
text-align: left; text-align: left;
width: 100%; width: 100%;