1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

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
commit 2465e8ed68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,