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

Remove .katex-display from selector

See merge request gitlab-org/gitlab-ce!22580
This commit is contained in:
Phil Hughes 2018-10-26 07:45:48 +00:00
commit 154cb8eef4

View file

@ -34,7 +34,7 @@
margin-bottom: 0;
}
*:first-child:not(.katex-display) {
*:first-child {
margin-top: 0;
}