Update comment.less (#5060)

When editing the text of a content (not the comment, the publication), field's text goes under the "Save" button. Using the same margin-right as the comment field solves the problem the same was as the comment field with the "Submit" button.
This commit is contained in:
Marc Farré 2021-05-01 15:45:28 +02:00 committed by GitHub
parent 244129b162
commit 140da8ac1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@
.text-break();
}
.comment-create-input-group {
.comment-create-input-group, .post-richtext-input-group {
position: relative;
.ProsemirrorEditor {