From 8707c7f746ace3c93d0bf19958a56a6ea5069854 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 13 Oct 2016 03:06:06 +0900 Subject: [PATCH] Fix regression causing multi-line (wrapped) chat messages to overlap. --- osu.Game/Online/Chat/Display/ChatLine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Online/Chat/Display/ChatLine.cs b/osu.Game/Online/Chat/Display/ChatLine.cs index a827f411bf..5032ff0b9f 100644 --- a/osu.Game/Online/Chat/Display/ChatLine.cs +++ b/osu.Game/Online/Chat/Display/ChatLine.cs @@ -56,7 +56,7 @@ namespace osu.Game.Online.Chat.Display } } }, - new Container + new AutoSizeContainer { RelativeSizeAxes = Axes.X, Padding = new MarginPadding { Left = padding + 10 },