From 61bba5529c7114ebc3b47dabdf4e8fc43b1bb661 Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Tue, 12 Aug 2014 21:09:30 +0200 Subject: [PATCH] Add clearfix to .timsChatText to prevent floated content destroying the layout --- file/style/be.bastelstu.chat.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/file/style/be.bastelstu.chat.less b/file/style/be.bastelstu.chat.less index 71ad57b..fd3d089 100644 --- a/file/style/be.bastelstu.chat.less +++ b/file/style/be.bastelstu.chat.less @@ -274,6 +274,14 @@ } } } + + .timsChatInnerMessage { + > .timsChatTextContainer { + .timsChatText { + .clearfix; + } + } + } } &:nth-child(even) {