fix command input placeholder position on real iOS device
This commit is contained in:
parent
3244fa49ce
commit
1b5c758098
|
@ -73,7 +73,9 @@
|
||||||
:android {:left (+ 15 left)
|
:android {:left (+ 15 left)
|
||||||
:top -1}
|
:top -1}
|
||||||
:ios {:line-height min-input-height
|
:ios {:line-height min-input-height
|
||||||
:left (+ 9 left)}})
|
:left (+ 3 left)
|
||||||
|
:top 0
|
||||||
|
:padding-top -3}})
|
||||||
|
|
||||||
(defnstyle input-password-text [left]
|
(defnstyle input-password-text [left]
|
||||||
{:min-width 200
|
{:min-width 200
|
||||||
|
|
Loading…
Reference in New Issue