1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-10-05 05:08:03 +02:00

word wrap name cell

This commit is contained in:
Kyle Spearrin 2017-12-08 09:03:44 -05:00
parent b16da90e42
commit 45c0ec9035

View File

@ -92,6 +92,7 @@ namespace Bit.App.Pages
// Name
var nameCell = new LabeledValueCell(AppResources.Name);
nameCell.Value.SetBinding(Label.TextProperty, nameof(VaultViewCipherPageModel.Name));
nameCell.Value.LineBreakMode = LineBreakMode.WordWrap;
// Notes
NotesCell = new LabeledValueCell();