mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-30 18:35:37 +00:00
bug #3911 - fixed balance in asset field when value too long
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
parent
80ffaa3b48
commit
e09e509556
@ -138,11 +138,13 @@
|
|||||||
{:flex 1
|
{:flex 1
|
||||||
:flex-direction :row
|
:flex-direction :row
|
||||||
:justify-content :space-between
|
:justify-content :space-between
|
||||||
:align-items :center})
|
:align-items :center
|
||||||
|
:flex-wrap :wrap
|
||||||
|
:margin-left 10})
|
||||||
|
|
||||||
(def asset-label-content
|
(def asset-label-content
|
||||||
{:flex-direction :row
|
{:flex-direction :row
|
||||||
:margin-horizontal 10})
|
:margin-right 10})
|
||||||
|
|
||||||
(def asset-label
|
(def asset-label
|
||||||
{:margin-right 10})
|
{:margin-right 10})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user