"New" tag interfere with quotes in PM

fredrikse

Active member
Hi,

When I quote a private message the "new" tag that appear in the new message interfere with the quote itself (according to the picture). Is there anything I can do to solve this? Or maybe that's the way it should be?

quote in private message.webp
 
Admin CP -> Appearance -> Templates -> EXTRA.css

Add this code:

Code:
.conversation_view .bbCodeQuote
{
	max-width: 90%;
}

That will limit the width of quote blocks in PMs.
 
Top Bottom