mirror of https://github.com/go-gitea/gitea.git
Fix footer padding for comment code reply form on issue event view (#11469)
This commit is contained in:
parent
b72af7ee71
commit
e7e0097148
|
@ -807,6 +807,10 @@
|
||||||
.author {
|
.author {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment-form-reply .footer {
|
||||||
|
padding-bottom: 1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment {
|
.comment {
|
||||||
|
|
Loading…
Reference in New Issue