Fix broken .comment > .content caused by #13457 (#13482)

Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
Cirno the Strongest 2020-11-10 02:43:08 +01:00 committed by GitHub
parent 77e5081a2e
commit 40c4466641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1000,7 +1000,9 @@
.comment-container {
border: 1px solid var(--color-secondary);
border-radius: var(--border-radius);
}
.content {
> .merge-section {
background-color: var(--color-box-body);