mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-23 11:45:38 +01:00
word wrap name cell
This commit is contained in:
parent
b16da90e42
commit
45c0ec9035
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user