Fix banner image not showing in follow emails (#28814)
parent
6a1c998722
commit
86cc88c216
|
@ -100,9 +100,8 @@ table + p {
|
||||||
border-top-right-radius: 12px;
|
border-top-right-radius: 12px;
|
||||||
height: 140px;
|
height: 140px;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
background-color: #f3f2f5;
|
background-position: center !important;
|
||||||
background-position: center;
|
background-size: cover !important;
|
||||||
background-size: cover;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.email-account-banner-inner-td {
|
.email-account-banner-inner-td {
|
||||||
|
|
Loading…
Reference in New Issue