diff --git a/resources/comments.scss b/resources/comments.scss index 8d2c634..fc33ee9 100644 --- a/resources/comments.scss +++ b/resources/comments.scss @@ -58,6 +58,7 @@ a { } .comment-operation { + flex: auto; float: right; .fa { diff --git a/templates/comments/media-css.html b/templates/comments/media-css.html index cda426d..14860f3 100644 --- a/templates/comments/media-css.html +++ b/templates/comments/media-css.html @@ -41,6 +41,7 @@ .new-comments .comment .detail .header { display: flex; + flex-wrap: wrap; padding: 2px 0px; font-weight: normal; border-bottom: 1px #888 solid;