* Fix styling of resolved code comment box (#11463) Co-authored-by: Lauris BH <lauris@nix.lv> * Fix .comment-code-cloud not being removed when cancelling new code comment (#11464) * Fix footer padding for comment code reply form on issue event view (#11469) Co-authored-by: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com>
This commit is contained in:
parent
087719cb8d
commit
6e75bc013e
3 changed files with 11 additions and 1 deletions
|
@ -807,6 +807,10 @@
|
|||
.author {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.comment-form-reply .footer {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.comment {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue