Quoting Bug

Status
Not open for further replies.
Capture.PNG


I didn't look into it further, but I found this interesting bug when quoting posts. This is the post I took a picture of.

Also, I added the bar there so you can see where the picture cuts off.
 
I doubt it's a bug since it's specified in the .css:
Code:
    .bbCodeQuote .quoteContainer .quote
    {
        max-height: 150px;
        ...
    }

If you have Chrome, you can use Stylish snippet, but note that it might have side effects:
Code:
.quoteContainer > .quote { max-height: none !important; }
 
Oh, you want "Click to expand" functionality. I could write JS script for you if I still remembered JS lol..
 
Status
Not open for further replies.
Back
Top