summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-03 11:36:18 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-03 11:36:18 -0700
commitfd8e284dde6a263e7f0364b36c642c92f3ad31a4 (patch)
tree75f7d8c1c190ceda5feb5b40318eacf8e9bb76c5
parente5a9b9a14d32d890dea20403c977dfd569eb3e17 (diff)
downloadgitlab-ce-13355-definition-margin.tar.gz
Add left margin to definition elements13355-definition-margin
-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;