diff --git a/osu.Game/Screens/Select/BeatmapInfoWedgeV2.cs b/osu.Game/Screens/Select/BeatmapInfoWedgeV2.cs index 1c1a20b596..3c76ae1f08 100644 --- a/osu.Game/Screens/Select/BeatmapInfoWedgeV2.cs +++ b/osu.Game/Screens/Select/BeatmapInfoWedgeV2.cs @@ -319,6 +319,8 @@ namespace osu.Game.Screens.Select { base.UpdateAfterChildren(); + // best effort to confine the auto-sized text to wedge bounds + // the artist label doesn't have an extra text_margin as it doesn't touch the right metadata TitleLabel.MaxWidth = DrawWidth - text_margin * 2 - shear_width; ArtistLabel.MaxWidth = DrawWidth - text_margin - shear_width; }