D djbaxter in memoriam 1947-2022 Jun 30, 2017 #1 Using the quote bbcode in a post fades out the quoted portion after x number of characters or lines. How do I change that value?
Using the quote bbcode in a post fades out the quoted portion after x number of characters or lines. How do I change that value?
AndyB Well-known member Jun 30, 2017 #2 You can add this to the EXTRA.css template: Code: .bbCodeQuote .quoteContainer .quote { max-height: 100% !important; } Upvote 0 Downvote
You can add this to the EXTRA.css template: Code: .bbCodeQuote .quoteContainer .quote { max-height: 100% !important; }