Skip to content

Commit

Permalink
Fixed styling issues with mail layout
Browse files Browse the repository at this point in the history
  • Loading branch information
guilmola724 committed Oct 7, 2020
1 parent 1572517 commit b9f5025
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions server/mails/layout/MainLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,16 @@ const MainLayout = (
a {
text-decoration: none !important;
outline: none;
color: #245069;
}
a img {
outline: none;
border: none;
border: 0;
}
body {
margin: 0;
padding: 0;
Expand All @@ -45,7 +52,8 @@ const MainLayout = (
table,
td {
border-collapse: collapse;
border: 0 !important;
border-collapse: collapse !important;
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
Expand Down Expand Up @@ -124,7 +132,7 @@ const MainLayout = (
${MainWrapper(`
${Salutation(username)}
${content}
${Signation}`)}
${Signation()}`)}
${Footer()}
</div>
</body>
Expand Down

0 comments on commit b9f5025

Please sign in to comment.