bug #3911 - fixed balance in asset field when value too long

Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
Goran Jovic 2018-08-18 09:34:56 +02:00
parent 80ffaa3b48
commit e09e509556
No known key found for this signature in database
GPG Key ID: D429D1A9B2EB8A8E
1 changed files with 5 additions and 3 deletions

View File

@ -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})