From 5b0e6642c2b1457f76cda74d09042da159e83824 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Sun, 16 Apr 2017 11:13:22 +0300 Subject: [PATCH] fix #1014 --- src/status_im/chat/styles/input/input.cljs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/status_im/chat/styles/input/input.cljs b/src/status_im/chat/styles/input/input.cljs index 28830d8a70..b9d92f0515 100644 --- a/src/status_im/chat/styles/input/input.cljs +++ b/src/status_im/chat/styles/input/input.cljs @@ -73,9 +73,7 @@ :android {:left (+ 15 left) :top -1} :ios {:line-height min-input-height - :left (+ 3 left) - :top 0 - :padding-top -3}}) + :left (+ 10 left)}}) (defnstyle seq-input-text [left] {:min-width 200