mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
reduce padding
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user