Fix footer padding for comment code reply form on issue event view (#11469)
This commit is contained in:
parent
b72af7ee71
commit
e7e0097148
1 changed files with 4 additions and 0 deletions
|
@ -807,6 +807,10 @@
|
|||
.author {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.comment-form-reply .footer {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.comment {
|
||||
|
|
Reference in a new issue