origin padding since it doesnt seem to work

This commit is contained in:
Kyle Spearrin 2017-11-27 22:58:16 -05:00
parent f79efadd82
commit 9b54862450
2 changed files with 345 additions and 369 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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
};