diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/css/comments.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css index 646f5f1100c..311eeebe4db 100644 --- a/apps/comments/css/comments.css +++ b/apps/comments/css/comments.css @@ -140,6 +140,9 @@ .atwho-view-ul * .avatar-name-wrapper, #commentsTabView .comment .authorRow { position: relative; + display: inline-flex; + align-items: center; + width: 100%; } #commentsTabView .comment:not(.newCommentRow) .message .avatar-name-wrapper:not(.currentUser), @@ -152,9 +155,6 @@ .atwho-view-ul .avatar-name-wrapper, .atwho-view-ul .avatar-name-wrapper .avatar { cursor: pointer; - display: inline-flex; - align-items: center; - width: 100%; } #commentsTabView .comments li .message .atwho-inserted { |