Added min-height for quote boxes
authorMarcel Werk <burntime@woltlab.com>
Wed, 24 Aug 2016 08:57:50 +0000 (10:57 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 24 Aug 2016 08:57:50 +0000 (10:57 +0200)
wcfsetup/install/files/style/bbcode/quote.scss

index ecaca39238703519e843543384e53e84773f4dcc..064551fb555ab6dec0b884eb6644640f20c2fafb 100644 (file)
@@ -21,6 +21,14 @@ woltlab-quote,
        }
 }
 
+.quoteBox {
+       min-height: 104px;
+       
+       .quoteBox {
+               min-height: 0;
+       }
+}
+
 woltlab-quote:not(.redactorCalcHeight)::before {
        content: attr(data-title);
        cursor: pointer;