Merge pull request #19508 from gutyina70/fix-tags-overflow

Prevent tags overflowing on beatmap info overlay
This commit is contained in:
Salman Ahmed
2022-08-01 13:16:04 +03:00
committed by GitHub

View File

@ -70,6 +70,7 @@ namespace osu.Game.Overlays.BeatmapSet
Width = metadata_width,
Padding = new MarginPadding { Horizontal = 10 },
Margin = new MarginPadding { Right = BeatmapSetOverlay.RIGHT_WIDTH + spacing },
Masking = true,
Child = new FillFlowContainer
{
RelativeSizeAxes = Axes.X,