Merge branch '28029-improve-blockquote-formatting-on-emails' into 'master'
Resolve "Improve blockquote formatting in notification emails" Closes #28029 See merge request !9157
This commit is contained in:
commit
edb8ed36cd
2 changed files with 11 additions and 0 deletions
|
@ -138,6 +138,13 @@ pre {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: $gl-grayish-blue;
|
||||
padding: 0 0 0 15px;
|
||||
margin: 0;
|
||||
border-left: 3px solid $white-dark;
|
||||
}
|
||||
|
||||
span.highlight_word {
|
||||
background-color: $highlighted-highlight-word !important;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Improve blockquote formatting in notification emails
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue