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-direction :row
|
||||
:justify-content :space-between
|
||||
:align-items :center})
|
||||
:align-items :center
|
||||
:flex-wrap :wrap
|
||||
:margin-left 10})
|
||||
|
||||
(def asset-label-content
|
||||
{:flex-direction :row
|
||||
:margin-horizontal 10})
|
||||
{:flex-direction :row
|
||||
:margin-right 10})
|
||||
|
||||
(def asset-label
|
||||
{:margin-right 10})
|
||||
|
|
Loading…
Reference in New Issue