mirror of
https://github.com/bitwarden/mobile
synced 2025-12-27 05:33:23 +00:00
search page with name groups
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Bit.App.Controls
|
||||
|
||||
var stackLayout = new StackLayout
|
||||
{
|
||||
Padding = padding ?? new Thickness(16, 8, 0, 8),
|
||||
Padding = padding ?? new Thickness(16, 8),
|
||||
Children = { label },
|
||||
Orientation = StackOrientation.Horizontal
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user