1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-26 21:23:46 +00:00

revert uneven padding

This commit is contained in:
Kyle Spearrin
2017-12-22 11:59:20 -05:00
parent 94a4a38798
commit 35bc94f4bd
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ namespace Bit.App.Controls
var stackLayout = new StackLayout
{
Spacing = 0,
Padding = new Thickness(16, 10, 27, 10),
Padding = new Thickness(16, 10),
Children = { Icon, Label, CountLabel },
Orientation = StackOrientation.Horizontal
};