From d01eeaf519087ffae3721d422b887a347ab0263d Mon Sep 17 00:00:00 2001 From: ryanml Date: Thu, 22 Sep 2022 07:56:51 -0700 Subject: [PATCH] Fix broken error message UI on incorrect private key format (#15940) --- ui/css/base-styles.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/css/base-styles.scss b/ui/css/base-styles.scss index f426a03ea..32dce5f30 100644 --- a/ui/css/base-styles.scss +++ b/ui/css/base-styles.scss @@ -31,16 +31,14 @@ html { /* 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/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 { color: var(--color-error-default); margin-top: 3px; margin-bottom: 9px; + overflow-wrap: anywhere; } /* stylelint-disable */