Merge pull request #7316 from nextcloud/fix-silent-conflicts-due-to-merging-7256-after-7251

Fix silent conflicts due to merging #7256 after #7251
This commit is contained in:
Roeland Jago Douma 2017-11-29 15:38:24 +01:00 committed by GitHub
commit f03aa0480a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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 {