Don't allow entry width to overflow outside of layout
This commit is contained in:
parent
c72b551e80
commit
65abb1dfaa
|
@ -35,6 +35,7 @@ namespace Bit.App.Controls
|
|||
IsPassword = IsPassword,
|
||||
AllowClear = true,
|
||||
HorizontalOptions = LayoutOptions.FillAndExpand,
|
||||
WidthRequest = 1,
|
||||
FontSize = Device.GetNamedSize(NamedSize.Medium, typeof(Entry))
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue