From ec85887a069005aba4cc58b6d2e58ce86fea8075 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 2 Jun 2013 17:26:23 +0200 Subject: [PATCH] Fixed float issues in messages --- wcfsetup/install/files/style/bbcode.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wcfsetup/install/files/style/bbcode.less b/wcfsetup/install/files/style/bbcode.less index 632bb748d6..34dc947928 100644 --- a/wcfsetup/install/files/style/bbcode.less +++ b/wcfsetup/install/files/style/bbcode.less @@ -1,6 +1,7 @@ /* Code Box */ .codeBox { background-color: @wcfContentBackgroundColor; + clear: both; > div { padding: @wcfGapMedium @wcfGapLarge @wcfGapMedium @wcfGapMedium; @@ -184,6 +185,7 @@ /* Quote Box */ .quoteBox { background-color: @wcfContentBackgroundColor; + clear: both; min-height: 28px; margin-bottom: @wcfGapTiny; position: relative; @@ -244,6 +246,7 @@ /* spoiler box */ .spoilerBox { background-color: @wcfContentBackgroundColor; + clear: both; padding-bottom: @wcfGapSmall; > header { -- 2.20.1