mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 21:32:55 +08:00
Fix regression causing multi-line (wrapped) chat messages to overlap.
This commit is contained in:
parent
8dadc2b215
commit
8707c7f746
@ -56,7 +56,7 @@ namespace osu.Game.Online.Chat.Display
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
new Container
|
new AutoSizeContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Padding = new MarginPadding { Left = padding + 10 },
|
Padding = new MarginPadding { Left = padding + 10 },
|
||||||
|
Loading…
Reference in New Issue
Block a user