diff --git a/app/assets/stylesheets/comments.scss b/app/assets/stylesheets/comments.scss index f80352758..d64278b32 100644 --- a/app/assets/stylesheets/comments.scss +++ b/app/assets/stylesheets/comments.scss @@ -74,6 +74,10 @@ .post--comments-container { margin-bottom: 1rem; + .comment-meta { + min-width: 100%; + box-sizing: content-box; + } } .post--comments-thread.is-inline {