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 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;