Quote Block in Simple Message Template

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
If i include a Quote Block in a simple message template, it's very strange.

quote.webp

Anything i can do, to show it "normal" ?
 
It's this CSS:
Code:
.messageSimple .messageContent article,
.messageSimple .messageContent blockquote
{
display: inline;
}
Message simple is mostly designed for non-marked up text; things like the profile posts. You could likely override that with a bit of custom CSS for your usage.
 
Top Bottom