mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Fix regression causing multi-line (wrapped) chat messages to overlap.
This commit is contained in:
@ -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 },
|
||||||
|
Reference in New Issue
Block a user