From 1382c87b8a17feed952a712386e60fe268b4c067 Mon Sep 17 00:00:00 2001 From: Danilo Prates Date: Fri, 2 Jul 2021 05:26:12 -0300 Subject: [PATCH] [DDW-711] Fix asset search in Japanese (#2609) * [DDW-711] Fix Asset search in Japanese * [DDW-711] Run stylelint, Adds CHANGELOG Co-authored-by: Nikola Glumac --- CHANGELOG.md | 2 +- .../app/components/wallet/summary/WalletSummaryAssets.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b27ac00df..1b7b7ade55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Changelog ### Features - Implemented sharing multi-signature public key ([PR 2604](https://github.com/input-output-hk/daedalus/pull/2604)) -- Implemented the expandable token view ([PR 2589](https://github.com/input-output-hk/daedalus/pull/2589)) +- Implemented the expandable token view ([PR 2589](https://github.com/input-output-hk/daedalus/pull/2589), [PR 2609](https://github.com/input-output-hk/daedalus/pull/2609)) ### Fixes diff --git a/source/renderer/app/components/wallet/summary/WalletSummaryAssets.scss b/source/renderer/app/components/wallet/summary/WalletSummaryAssets.scss index bfc3d39ecc..1d24e4b100 100644 --- a/source/renderer/app/components/wallet/summary/WalletSummaryAssets.scss +++ b/source/renderer/app/components/wallet/summary/WalletSummaryAssets.scss @@ -68,8 +68,8 @@ font-family: var(--font-regular); font-size: 16px; line-height: 1.38; - max-width: calc(100% - 110px); white-space: nowrap; + width: calc(100% - 110px); } .searchValue { color: var(--theme-bordered-box-text-color);