vulpemventures / marina

Liquid Wallet browser extension
MIT License
39 stars 19 forks source link

fix overflow of balance (more then 1 line) cutting the last element f… #298

Closed bordalix closed 2 years ago

bordalix commented 2 years ago

Fixes #294

Overflow of balance (with more than 1 line) was cutting the last element from the list of assets.

This commit defines a max-height of 40px to the balance paragraph.

@tiero please review.