mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 23:31:52 +03:00
Don't allow entry width to overflow outside of layout
This commit is contained in:
parent
c72b551e80
commit
65abb1dfaa
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue