Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-06-05 06:19:24 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-06-05 06:19:24 +0300
commit5e7c0b65f4fb7849bb9e40e9b44141a72aa20ec9 (patch)
tree36f977208088b574ad5c927a61b37617b07bc449 /app/assets/stylesheets/mailers
parent6165f0f7f373f99381a57d66566d65e4ce5b7b7c (diff)
Resolve "Markdown blockquote is not displaying properly"
Diffstat (limited to 'app/assets/stylesheets/mailers')
-rw-r--r--app/assets/stylesheets/mailers/highlighted_diff_email.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/mailers/highlighted_diff_email.scss b/app/assets/stylesheets/mailers/highlighted_diff_email.scss
index b5eda79e5ed..1835c4364d3 100644
--- a/app/assets/stylesheets/mailers/highlighted_diff_email.scss
+++ b/app/assets/stylesheets/mailers/highlighted_diff_email.scss
@@ -138,6 +138,7 @@ pre {
margin: 0;
}
+blockquote,
.blockquote {
color: $gl-grayish-blue;
padding: 0 0 0 15px;