mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 19:13:19 +00:00
make notes editor taller
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user