mirror of
https://github.com/bitwarden/android.git
synced 2026-05-21 11:56:35 -05: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