mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix broken error message UI on incorrect private key format (#15940)
This commit is contained in:
parent
6638e5333b
commit
d01eeaf519
@ -31,16 +31,14 @@ html {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
This error class is used in the following files still:
|
This error class is used in the following files still:
|
||||||
/ui/pages/create-account/connect-hardware/index.js
|
|
||||||
/ui/pages/create-account/import-account/json.js
|
/ui/pages/create-account/import-account/json.js
|
||||||
/ui/pages/create-account/import-account/private-key.js
|
/ui/pages/create-account/import-account/private-key.js
|
||||||
/ui/pages/first-time-flow/create-password/import-with-seed-phrase/import-with-seed-phrase.component.js
|
|
||||||
/ui/pages/keychains/restore-vault.js
|
|
||||||
*/
|
*/
|
||||||
.error {
|
.error {
|
||||||
color: var(--color-error-default);
|
color: var(--color-error-default);
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 9px;
|
margin-bottom: 9px;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* stylelint-disable */
|
/* stylelint-disable */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user