From 6f0a16a0e88d688e6e98553d8ad1b7cea492eaac Mon Sep 17 00:00:00 2001 From: Thomas Huang Date: Wed, 16 Sep 2020 12:42:11 -0700 Subject: [PATCH] Fix button with on Deposit Ether / Buy Screen (#9424) --- ui/app/components/app/modals/deposit-ether-modal/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/components/app/modals/deposit-ether-modal/index.scss b/ui/app/components/app/modals/deposit-ether-modal/index.scss index c52e4e563..fbbbec427 100644 --- a/ui/app/components/app/modals/deposit-ether-modal/index.scss +++ b/ui/app/components/app/modals/deposit-ether-modal/index.scss @@ -140,7 +140,7 @@ } &__deposit-button { - width: 257px; + width: 257px !important; } .simple-dropdown {