From b251d0f675b77b56adfab12cc512f985ada79c49 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 29 Aug 2017 13:43:43 -0230 Subject: Center tooltip on small screen size by using flexbox --- ui/app/css/itcss/components/send.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/app/css/itcss/components/send.scss') diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index edee40821..10b81debe 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -106,7 +106,6 @@ .customize-gas-tooltip-container { position: absolute; - left: 76px; bottom: 50px; width: 237px; height: 307px; -- cgit