From: Alexander Ebert Date: Fri, 11 Aug 2017 11:26:38 +0000 (+0200) Subject: Fixed overflow handling for quotes inside the editor X-Git-Tag: 3.1.0_Alpha_1~3^2~14 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=72124edfe5bb82b5e70f11306b7bb21c918b07fc;p=GitHub%2FWoltLab%2FWCF.git Fixed overflow handling for quotes inside the editor --- diff --git a/wcfsetup/install/files/style/bbcode/quote.scss b/wcfsetup/install/files/style/bbcode/quote.scss index 732d2663ea..c4d0360b99 100644 --- a/wcfsetup/install/files/style/bbcode/quote.scss +++ b/wcfsetup/install/files/style/bbcode/quote.scss @@ -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; }