more fix.
This commit is contained in:
parent
70f629582e
commit
56441a4967
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.comments--body {
|
.comments--body {
|
||||||
overflow: visible;
|
overflow: visible !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comments--content {
|
.comments--content {
|
||||||
|
@ -24,10 +24,6 @@
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-body {
|
.comments--media {
|
||||||
overflow: visible !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media {
|
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
}
|
}
|
|
@ -4,7 +4,7 @@
|
||||||
%ul.comments
|
%ul.comments
|
||||||
- a.comments.all.each do |comment|
|
- a.comments.all.each do |comment|
|
||||||
%li{data: { comment_id: comment.id }}
|
%li{data: { comment_id: comment.id }}
|
||||||
.media
|
.media.comments--media
|
||||||
.pull-left
|
.pull-left
|
||||||
%img.img-rounded.answerbox--img{src: gravatar_url(comment.user)}
|
%img.img-rounded.answerbox--img{src: gravatar_url(comment.user)}
|
||||||
.media-body.comments--body
|
.media-body.comments--body
|
||||||
|
|
Loading…
Reference in New Issue