[#4588] Workaround ellipsis issue on public key in the login screen.
In the latest RN update it seems like `ellipsizeMode: middle` doesn't play well with negative letter spacing anymore. This workaround remove negative letter spacing. Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
parent
5b3aeccd8f
commit
7132e3e423
|
@ -48,9 +48,9 @@
|
|||
:letter-spacing -0.2
|
||||
:color common/color-black})
|
||||
|
||||
(def account-badge-pub-key-text
|
||||
(defstyle account-badge-pub-key-text
|
||||
{:font-size 14
|
||||
:letter-spacing -0.2
|
||||
:ios {:letter-spacing -0.2}
|
||||
:color colors/gray
|
||||
:margin-top 4})
|
||||
|
||||
|
|
Loading…
Reference in New Issue