Hi!

Thanks for a great module.

It is essential to remove the following CSS code from sites/all/modules/comment_easy_reply/css/comment_easy_reply.css

.comment .field-name-comment-body p {
  display: inline;
}

My best guess is that the "p" is breaking line spaces.

Thanks.

BR. GrN.dk

Comments

kongoji’s picture

Status: Active » Needs review

Hi grn,
thank you for your feedback.
Removing the display inline would make tooltip with quoted text inside splitting comment text to multiple lines.
I'm looking forward to find another way to manage quoted text inside tooltips using css styles, solutions and ideas are also welcome.
My suggestion (as a workaround) is, if you need it, to override the display:inline in your theme's css file.
Let me know if it worked

grn’s picture

Hi kongoji!

Sorry for the late reply. Yes the css override works very well.

Thanks for the info.

BR. GrN.dk

kongoji’s picture

Issue summary: View changes
Priority: Critical » Minor
Status: Needs review » Closed (won't fix)