reduce padding

This commit is contained in:
Kyle Spearrin 2017-12-29 13:04:19 -05:00
parent d537d4a27e
commit 3f46f83ec8

View file

@ -50,7 +50,7 @@ namespace Bit.App.Pages
Password = new Label
{
FontSize = Device.GetNamedSize(NamedSize.Large, typeof(Label)),
Margin = new Thickness(15, 40, 15, 40),
Margin = new Thickness(15, 30, 15, 30),
HorizontalTextAlignment = TextAlignment.Center,
FontFamily = Helpers.OnPlatform(iOS: "Menlo-Regular", Android: "monospace", Windows: "Courier"),
LineBreakMode = LineBreakMode.TailTruncation,