1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-30 11:14:51 +02:00

Don't allow entry width to overflow outside of layout

This commit is contained in:
Kyle Spearrin 2016-11-08 00:02:43 -05:00
parent c72b551e80
commit 65abb1dfaa

View File

@ -35,6 +35,7 @@ namespace Bit.App.Controls
IsPassword = IsPassword,
AllowClear = true,
HorizontalOptions = LayoutOptions.FillAndExpand,
WidthRequest = 1,
FontSize = Device.GetNamedSize(NamedSize.Medium, typeof(Entry))
};