I used this in XF 1.5.x and I think it still worked in XF 2.0.9 to show the whole quote instead of shortening it:
In extra.less
However, it's no longer working in XF 2.0.10.
What do I need to change?
In extra.less
Code:
/* change the excerpt size in quotes */
.bbCodeQuote .quoteContainer .quote {
max-height: 100% !important;
}
However, it's no longer working in XF 2.0.10.
What do I need to change?