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:
commit
154cb8eef4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
*:first-child:not(.katex-display) {
|
||||
*:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue