mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-23 11:45:38 +01:00
make notes editor taller
This commit is contained in:
parent
c2b1be288e
commit
068f5771b2
@ -57,7 +57,7 @@ namespace Bit.App.Pages
|
||||
return;
|
||||
}
|
||||
|
||||
NotesCell = new FormEditorCell(height: 180);
|
||||
NotesCell = new FormEditorCell(height: 300);
|
||||
NotesCell.Editor.Keyboard = Keyboard.Text;
|
||||
NotesCell.Editor.Text = login.Notes?.Decrypt(login.OrganizationId);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user