Commit 154cb8ee authored by Phil Hughes's avatar Phil Hughes

Merge branch 'remove-unnecessary-css' into 'master'

Remove .katex-display from selector

See merge request gitlab-org/gitlab-ce!22580
parents 679c0048 d9b9b01f
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
margin-bottom: 0; margin-bottom: 0;
} }
*:first-child:not(.katex-display) { *:first-child {
margin-top: 0; margin-top: 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment