style: optimize comment actions style (#24869)

This commit is contained in:
Hanz Luo 2020-06-09 21:44:19 -07:00 committed by GitHub
parent 18dc8bf961
commit 8af5e65467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@
display: inline-block; display: inline-block;
color: @comment-action-color; color: @comment-action-color;
> span { > span {
padding-right: 10px; margin-right: 10px;
color: @comment-action-color; color: @comment-action-color;
font-size: @comment-font-size-sm; font-size: @comment-font-size-sm;
cursor: pointer; cursor: pointer;

View File

@ -34,8 +34,8 @@
> li { > li {
> span { > span {
.@{comment-prefix-cls}-rtl & { .@{comment-prefix-cls}-rtl & {
padding-right: 0; margin-right: 0;
padding-left: 10px; margin-left: 10px;
} }
} }
} }