diff --git a/src/App/Controls/SectionHeaderViewCell.cs b/src/App/Controls/SectionHeaderViewCell.cs index 1a07712099..bbe39b1811 100644 --- a/src/App/Controls/SectionHeaderViewCell.cs +++ b/src/App/Controls/SectionHeaderViewCell.cs @@ -19,7 +19,7 @@ namespace Bit.App.Controls var stackLayout = new StackLayout { - Padding = padding ?? new Thickness(16, Helpers.OnPlatform(5, 8, 8, 8)), + Padding = padding ?? new Thickness(16, Helpers.OnPlatform(2, 8, 8, 8)), Children = { label }, Orientation = StackOrientation.Horizontal };