Skip to content

Commit

Permalink
[DDW-711] Fix asset search in Japanese (#2609)
Browse files Browse the repository at this point in the history
* [DDW-711] Fix Asset search in Japanese

* [DDW-711] Run stylelint, Adds CHANGELOG

Co-authored-by: Nikola Glumac <[email protected]>
  • Loading branch information
thedanheller and nikolaglumac authored Jul 2, 2021
1 parent e56a6a9 commit 1382c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1382c87

Please sign in to comment.