make notes editor taller

This commit is contained in:
Kyle Spearrin 2017-09-27 14:36:55 -04:00
parent c2b1be288e
commit 068f5771b2
1 changed files with 1 additions and 1 deletions

View File

@ -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);