Skip to content

Commit

Permalink
Make sure the CSS rules apply to the activityTabView as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Apr 26, 2016
1 parent 6335f18 commit 399c2e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/comments/css/comments.css
Expand Up @@ -36,6 +36,7 @@
z-index: 1;
}

#activityTabView li.comment.collapsed .activitymessage,
#commentsTabView .comment.collapsed .message {
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -webkit-pre-wrap; /*Chrome & Safari */
Expand All @@ -47,15 +48,18 @@
white-space: normal;
}

#activityTabView li.comment.collapsed .activitymessage,
#commentsTabView .comment.collapsed .message {
max-height: 70px;
overflow: hidden;
}

#activityTabView li.comment .message-overlay,
#commentsTabView .comment .message-overlay {
display: none;
}

#activityTabView li.comment.collapsed .message-overlay,
#commentsTabView .comment.collapsed .message-overlay {
display: block;
position: absolute;
Expand Down

0 comments on commit 399c2e5

Please sign in to comment.