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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-19 20:41:34 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-19 21:32:27 +0300
commit7a7bcd1716b4e9489ac31ad9e6d8ccdeb961b1ae (patch)
tree0d975e768e0e3a91af7cbd574d54ce38c748ad2a /app/assets/stylesheets/framework/typography.scss
parent606ed6d14d3f4ff15edf1b8d5143bfa6f160dcbc (diff)
Respect blockquote line breaks in markdown
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 77b7d901f9a..8a58c1ed567 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -116,9 +116,12 @@
blockquote p {
color: $gl-grayish-blue !important;
- margin: 0;
font-size: inherit;
line-height: 1.5;
+
+ &:last-child {
+ margin: 0;
+ }
}
p {