more fix.

This commit is contained in:
Andreas N 2014-12-27 16:03:09 +01:00
parent 70f629582e
commit 56441a4967
2 changed files with 3 additions and 7 deletions

View File

@ -16,7 +16,7 @@
}
.comments--body {
overflow: visible;
overflow: visible !important;
}
.comments--content {
@ -24,10 +24,6 @@
word-break: break-all;
}
.media-body {
overflow: visible !important;
}
.media {
.comments--media {
overflow: visible !important;
}

View File

@ -4,7 +4,7 @@
%ul.comments
- a.comments.all.each do |comment|
%li{data: { comment_id: comment.id }}
.media
.media.comments--media
.pull-left
%img.img-rounded.answerbox--img{src: gravatar_url(comment.user)}
.media-body.comments--body