diff --git a/src/App/Controls/FormEntryCell.cs b/src/App/Controls/FormEntryCell.cs index 74ad9cc0d..0a81fe53c 100644 --- a/src/App/Controls/FormEntryCell.cs +++ b/src/App/Controls/FormEntryCell.cs @@ -35,6 +35,7 @@ namespace Bit.App.Controls IsPassword = IsPassword, AllowClear = true, HorizontalOptions = LayoutOptions.FillAndExpand, + WidthRequest = 1, FontSize = Device.GetNamedSize(NamedSize.Medium, typeof(Entry)) };