1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix footer padding for comment code reply form on issue event view (#11469)

This commit is contained in:
Cirno the Strongest
2020-05-18 07:33:47 +02:00
committed by GitHub
parent b72af7ee71
commit e7e0097148

View File

@@ -807,6 +807,10 @@
.author {
font-weight: 700;
}
.comment-form-reply .footer {
padding-bottom: 1em;
}
}
.comment {