让取消按钮显示在右边
This commit is contained in:
parent
3716cff1e7
commit
b55449d92c
|
@ -2250,6 +2250,11 @@ textarea {
|
||||||
border-radius: 100%
|
border-radius: 100%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div.cancel-comment-reply.cancel-comment-reply-link {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
.comment-content {
|
.comment-content {
|
||||||
word-wrap: break-word !important;
|
word-wrap: break-word !important;
|
||||||
overflow-wrap: break-word !important;
|
overflow-wrap: break-word !important;
|
||||||
|
|
Loading…
Reference in New Issue