XF 2.0 Display whole quote

djbaxter

in memoriam 1947-2022
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

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?
 
Not necessary, go to the ACP and search for “Maximum expandable” and change the setting “Maximum expandable BB code block height ” to some high number like 999999PX
 
Back
Top Bottom