0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-10-01 05:29:02 +02: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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