From 35bb93bcc3557da445e0eb53700b1d21bf3ee7d2 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Wed, 10 Jun 2020 10:53:26 +0300 Subject: [PATCH 1/2] Fix placement of HW Connect btn title --- old-ui/app/css/hw.css | 1 + 1 file changed, 1 insertion(+) diff --git a/old-ui/app/css/hw.css b/old-ui/app/css/hw.css index d3757c2b3..c91649a17 100644 --- a/old-ui/app/css/hw.css +++ b/old-ui/app/css/hw.css @@ -40,6 +40,7 @@ flex: 1; justify-content: center; text-transform: uppercase; + line-height: 54px; } .hw-connect__connect-btn.disabled { cursor: not-allowed; From 18ff6783de0d64278c6cfb35bcedd78f976a49ff Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Wed, 10 Jun 2020 10:57:34 +0300 Subject: [PATCH 2/2] Add CHANGELOG entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c33105d6..164b8b421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## Current Master +- [#384](https://github.com/poanetwork/nifty-wallet/pull/384) - (Fix) placement of HW Connect button title - [#383](https://github.com/poanetwork/nifty-wallet/pull/383) - (Chore) Replace POA-ETH Binance link to POA-BTC +- [#382](https://github.com/poanetwork/nifty-wallet/pull/382) - (Fix) replace vulnerable npm dependencies with newer versions of packages, update chromedriver to match the latest Google Chrome release ## 5.1.0 Tue May 12 2020