mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-26 12:16:07 +01:00
origin padding since it doesnt seem to work
This commit is contained in:
parent
f79efadd82
commit
9b54862450
712
src/Android/Resources/Resource.Designer.cs
generated
712
src/Android/Resources/Resource.Designer.cs
generated
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@ namespace Bit.App.Controls
|
||||
|
||||
var stackLayout = new StackLayout
|
||||
{
|
||||
Padding = padding ?? new Thickness(16, Helpers.OnPlatform(2, 8, 8, 8)),
|
||||
Padding = padding ?? new Thickness(16, 8),
|
||||
Children = { label },
|
||||
Orientation = StackOrientation.Horizontal
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user