Skip to content

Commit 2f47779

Browse files
Use margin instead of margin-block-*
The web gmail client does not support margin-block-*
1 parent 2914a95 commit 2f47779

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pkg/emailtemplate/installation_email.gotemplate

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@
9999

100100
ul li,
101101
ol li {
102-
margin-block-end: 1em;
103-
margin-block-start: 1em;
102+
margin: 1em 0;
104103
}
105104

106105
p {

pkg/emailtemplate/installation_email.gotemplate.mjml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
}
2626
ul li,
2727
ol li {
28-
margin-block-end: 1em;
29-
margin-block-start: 1em;
28+
margin: 1em 0;
3029
}
3130
p {
3231
margin: 1rem 0;

0 commit comments

Comments
 (0)