mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
reduce padding
This commit is contained in:
parent
d537d4a27e
commit
3f46f83ec8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue