summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-01-03 20:16:15 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-01-03 20:16:15 +0000
commit7dea756ffa90d8d0449a138c5d9229334732383a (patch)
tree76dea5308e023eb79e19873979381b4772507c34 /app/assets/stylesheets
parentc8ddf067edf38f9f0e9c6c9bd226513db90f283a (diff)
parentfd8e284dde6a263e7f0364b36c642c92f3ad31a4 (diff)
downloadgitlab-ce-7dea756ffa90d8d0449a138c5d9229334732383a.tar.gz
Merge branch '13355-definition-margin' into 'master'
Resolve "reStructuredText rendering of definition lists" Closes #13355 See merge request gitlab-org/gitlab-ce!16202
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/typography.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 11c1aeea871..d0999e60e65 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -178,6 +178,10 @@
font-weight: inherit;
}
+ dd {
+ margin-left: $gl-padding;
+ }
+
ul,
ol {
padding: 0;