Mailer layout fixes (#32132)
This commit is contained in:
parent
24d3ce7bab
commit
9d664f87a0
2 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
%td
|
||||
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
||||
%tr
|
||||
%td.email-header-card-banner-td{ height: 140, background: full_asset_url(instance_presenter.thumbnail&.file&.url(:'@1x') || frontend_asset_path('images/preview.png')) }
|
||||
%td.email-header-card-banner-td{ background: full_asset_url(instance_presenter.thumbnail&.file&.url(:'@1x') || frontend_asset_path('images/preview.png')) }
|
||||
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
||||
%tr
|
||||
%td.email-header-card-body-td
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue