• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Quoting Bug

Status
Not open for further replies.
Level 37
Joined
Jul 22, 2015
Messages
3,485
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.
 

Deleted member 219079

D

Deleted member 219079

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; }
 

Deleted member 219079

D

Deleted member 219079

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.
Top