Fix banner image not showing in follow emails (#28814)

master
HTeuMeuLeu 2024-01-19 10:23:59 +01:00 committed by GitHub
parent 6a1c998722
commit 86cc88c216
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -100,9 +100,8 @@ table + p {
border-top-right-radius: 12px;
height: 140px;
vertical-align: bottom;
background-color: #f3f2f5;
background-position: center;
background-size: cover;
background-position: center !important;
background-size: cover !important;
}
.email-account-banner-inner-td {