Browse Source
Fix footer padding for comment code reply form on issue event view (#11469)
for-closed-social
Cirno the Strongest
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
web_src/less/_repository.less
|
|
@ -807,6 +807,10 @@ |
|
|
|
.author { |
|
|
|
font-weight: 700; |
|
|
|
} |
|
|
|
|
|
|
|
.comment-form-reply .footer { |
|
|
|
padding-bottom: 1em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.comment { |
|
|
|