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:
committed by
Aschepikov
parent
806961208b
commit
2ccf0ca073
@@ -61,8 +61,12 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
height: 148px;
|
|
||||||
width: 336px;
|
width: 336px;
|
||||||
|
|
||||||
|
> div {
|
||||||
|
display: grid;
|
||||||
|
grid-template-rows: auto 1fr;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailpoet-templates-card-header {
|
.mailpoet-templates-card-header {
|
||||||
@@ -96,7 +100,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mailpoet-templates-card-body {
|
.mailpoet-templates-card-body {
|
||||||
|
display: grid;
|
||||||
|
grid-template-rows: 1fr auto;
|
||||||
padding: 0 24px 24px;
|
padding: 0 24px 24px;
|
||||||
|
width: 336px;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -104,7 +111,7 @@
|
|||||||
|
|
||||||
.woocommerce-tag {
|
.woocommerce-tag {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-top: 10px;
|
padding-top: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user