diff --git a/source/renderer/app/components/wallet/settings/PublicKeyField.scss b/source/renderer/app/components/wallet/settings/PublicKeyField.scss index 6df344006e..1f73ad8125 100644 --- a/source/renderer/app/components/wallet/settings/PublicKeyField.scss +++ b/source/renderer/app/components/wallet/settings/PublicKeyField.scss @@ -98,8 +98,9 @@ .SimpleInput_input { background-color: transparent; border: none; - height: 28px; + height: 50px; left: 20px; + margin: -11px 0 0 -11px; padding: 0; position: absolute; text-overflow: ellipsis;