fix command input placeholder position on real iOS device

This commit is contained in:
Roman Volosovskyi 2017-04-14 12:10:19 +03:00
parent 3244fa49ce
commit 1b5c758098
1 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,9 @@
:android {:left (+ 15 left)
:top -1}
:ios {:line-height min-input-height
:left (+ 9 left)}})
:left (+ 3 left)
:top 0
:padding-top -3}})
(defnstyle input-password-text [left]
{:min-width 200