Commit a3b438c9 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Regis

Merge branch '28029-improve-blockquote-formatting-on-emails' into 'master'

Resolve "Improve blockquote formatting in notification emails"

Closes #28029

See merge request !9157
parent dbb530d1
......@@ -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;
}
......
---
title: Improve blockquote formatting in notification emails
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment