diff --git a/src/App/Pages/Send/SendAddEditPage.xaml.cs b/src/App/Pages/Send/SendAddEditPage.xaml.cs index 97f7554298d..a0b1aa2d881 100644 --- a/src/App/Pages/Send/SendAddEditPage.xaml.cs +++ b/src/App/Pages/Send/SendAddEditPage.xaml.cs @@ -55,9 +55,10 @@ public SendAddEditPage( _vm.SegmentedButtonFontSize = 13; _vm.SegmentedButtonMargins = new Thickness(0, 10, 0, 0); _vm.EditorMargins = new Thickness(0, 5, 0, 0); - _btnOptions.WidthRequest = 70; - _btnOptionsDown.WidthRequest = 30; - _btnOptionsUp.WidthRequest = 30; + // Review this when https://github.com/bitwarden/mobile/pull/1454 workaround can be reverted + //_btnOptions.WidthRequest = 70; + //_btnOptionsDown.WidthRequest = 30; + //_btnOptionsUp.WidthRequest = 30; } else if (Device.RuntimePlatform == Device.iOS) {