diff --git a/osu.Game/Overlays/BeatmapSet/Scores/TopScoreStatisticsSection.cs b/osu.Game/Overlays/BeatmapSet/Scores/TopScoreStatisticsSection.cs index 8386c82572..171aae06d3 100644 --- a/osu.Game/Overlays/BeatmapSet/Scores/TopScoreStatisticsSection.cs +++ b/osu.Game/Overlays/BeatmapSet/Scores/TopScoreStatisticsSection.cs @@ -134,7 +134,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores { RelativeSizeAxes = minWidth == null ? Axes.X : Axes.None, Width = minWidth ?? 1f, - Height = 2 + Height = 2, + Margin = new MarginPadding { Top = 2 } }, content }