Browse Source

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

tags/v1.13.0-rc1
Cirno the Strongest GitHub 5 years ago
parent
commit
dc36fd709e
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      web_src/less/_repository.less

+ 4
- 0
web_src/less/_repository.less View File

@@ -807,6 +807,10 @@
.author { .author {
font-weight: 700; font-weight: 700;
} }

.comment-form-reply .footer {
padding-bottom: 1em;
}
} }


.comment { .comment {


Loading…
Cancel
Save