Skip to content

Commit 52952d9

Browse files
mrsdizziezeripath
authored andcommitted
Style blockquote for default issue mail template (#10024)
Style blockquotes as one might expect for html email to disinguish them from other text
1 parent 3c8a5d8 commit 52952d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/mail/issue/default.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<title>{{.Subject}}</title>
66

77
<style>
8+
blockquote { padding-left: 1em; margin: 1em 0; border-left: 1px solid grey; color: #777}
89
.footer { font-size:small; color:#666;}
910
{{if .ReviewComments}}
1011
.review { padding-left: 1em; margin: 1em 0; }

0 commit comments

Comments
 (0)