From 4c05c9a9cd32f19ace1091572270bcb81bdc0a60 Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Mon, 17 Sep 2018 14:53:37 +0300 Subject: [PATCH] make sign message message text great Signed-off-by: Andrey Shovkoplyas --- src/status_im/ui/screens/wallet/send/views.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/wallet/send/views.cljs b/src/status_im/ui/screens/wallet/send/views.cljs index c4b81e1bc4..ea32ae9ead 100644 --- a/src/status_im/ui/screens/wallet/send/views.cljs +++ b/src/status_im/ui/screens/wallet/send/views.cljs @@ -225,7 +225,8 @@ (i18n/label :t/message) [components/amount-input {:disabled? true - :input-options {:multiline true} + :input-options {:multiline true + :height 100} :amount-text data} nil]]]] [enter-password-buttons false