Fix email footer spacing around custom footer text (#40440)

This commit is contained in:
Matt Jankowski
2026-09-09 16:17:54 +00:00
committed by GitHub
parent e4af40477b
commit 0cdf77e115

View File

@@ -516,7 +516,7 @@ table + p {
text-decoration: underline;
}
&:first-child {
&:not(last-child) {
margin-bottom: 12px;
}
}