From b5169340ab2c0fed27d770c2d120961559b37965 Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 1 Oct 2018 10:07:23 -0400 Subject: Improvement: Reposition customize gas error (#5265) --- ui/app/css/itcss/components/send.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ui/app/css/itcss/components') diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index 7fc960d7d..a57653b45 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -831,11 +831,13 @@ &__error-message { display: block; position: absolute; - top: 4px; - right: 4px; + top: -18px; + right: 0; font-size: 12px; line-height: 12px; color: $red; + width: 100%; + text-align: center; } &__cancel { -- cgit