Fixed overflow handling for quotes inside the editor
authorAlexander Ebert <ebert@woltlab.com>
Fri, 11 Aug 2017 11:26:38 +0000 (13:26 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 11 Aug 2017 11:26:38 +0000 (13:26 +0200)
wcfsetup/install/files/style/bbcode/quote.scss

index 732d2663eaf8f9b60b0e18995118c694990d2308..c4d0360b993c0457d175741b4448fdf2e9b9128d 100644 (file)
@@ -3,9 +3,11 @@ woltlab-quote,
        background-color: $wcfContentBackground;
        box-shadow: 0 0 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        border-radius: 2px;
+       clear: both;
        display: block;
        font-style: italic;
        margin: 1em 0;
+       overflow: hidden;
        
        &:first-child {
                margin-top: 0;
@@ -30,9 +32,6 @@ woltlab-quote,
 }
 
 .quoteBox {
-       clear: both;
-       overflow: hidden;
-       
        @include screen-md-up {
                min-height: 104px;
        }