mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
word wrap name cell
This commit is contained in:
@@ -92,6 +92,7 @@ namespace Bit.App.Pages
|
|||||||
// Name
|
// Name
|
||||||
var nameCell = new LabeledValueCell(AppResources.Name);
|
var nameCell = new LabeledValueCell(AppResources.Name);
|
||||||
nameCell.Value.SetBinding(Label.TextProperty, nameof(VaultViewCipherPageModel.Name));
|
nameCell.Value.SetBinding(Label.TextProperty, nameof(VaultViewCipherPageModel.Name));
|
||||||
|
nameCell.Value.LineBreakMode = LineBreakMode.WordWrap;
|
||||||
|
|
||||||
// Notes
|
// Notes
|
||||||
NotesCell = new LabeledValueCell();
|
NotesCell = new LabeledValueCell();
|
||||||
|
|||||||
Reference in New Issue
Block a user