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-01-12 20:17:14 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-12 20:20:09 +0300
commit047107a4ab7d04efa8c30367d39ec896685dcd43 (patch)
tree758dec2547bbb63ff6eda4019e16c942126074a8 /app/assets/stylesheets/framework/typography.scss
parent3c9a3918e6a93a3e3cdcbe63214809d2ba9eb959 (diff)
Add margin to math blocks
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index bd58a26f429..54958973f15 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -10,7 +10,7 @@
max-width: 100%;
}
- *:first-child {
+ *:first-child:not(.katex-display) {
margin-top: 0;
}