From b6b34587182e23441f764f06007f46db32ca8da1 Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Sun, 8 Sep 2013 21:02:45 +0200 Subject: [PATCH] Fix out of place text on right oriented bubbled messages. --- file/style/be.bastelstu.wcf.chat.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/file/style/be.bastelstu.wcf.chat.less b/file/style/be.bastelstu.wcf.chat.less index 25e7954..5590904 100644 --- a/file/style/be.bastelstu.wcf.chat.less +++ b/file/style/be.bastelstu.wcf.chat.less @@ -312,6 +312,10 @@ .username { float: right; } + + .text { + clear: left; + } } } }