mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 21:23:46 +00:00
revert uneven padding
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user