Adjust the CSS of the segment template card

This commit makes some adjustments to the segment templates card after
introducing templates with longer descriptions in the previous commit.

[MAILPOET-5394]
This commit is contained in:
Rodrigo Primo
2023-08-29 11:34:35 -03:00
committed by Aschepikov
parent 806961208b
commit 2ccf0ca073

View File

@@ -61,8 +61,12 @@
display: flex;
flex-direction: column;
flex-shrink: 0;
height: 148px;
width: 336px;
> div {
display: grid;
grid-template-rows: auto 1fr;
}
}
.mailpoet-templates-card-header {
@@ -96,7 +100,10 @@
}
.mailpoet-templates-card-body {
display: grid;
grid-template-rows: 1fr auto;
padding: 0 24px 24px;
width: 336px;
p {
margin: 0;
@@ -104,7 +111,7 @@
.woocommerce-tag {
margin: 0;
padding-top: 10px;
padding-top: 16px;
}
}