From e200825baca02d0a9f421dc1fe14ae76e0dfb0e0 Mon Sep 17 00:00:00 2001 From: Pedro Paulo Vezza Campos Date: Fri, 25 Apr 2014 17:43:59 -0300 Subject: [PATCH] Fixing the CSS rules related with the overflow of tooltips divs. --- app/assets/stylesheets/form_with_tooltip.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/stylesheets/form_with_tooltip.css b/app/assets/stylesheets/form_with_tooltip.css index 96bfb7b..0a0d325 100644 --- a/app/assets/stylesheets/form_with_tooltip.css +++ b/app/assets/stylesheets/form_with_tooltip.css @@ -10,7 +10,6 @@ width: 100%; border-bottom: 1px solid #f2f2f2; border-top: 1px solid #e3e3e3; - overflow: hidden; display: inline-flex; } @@ -24,8 +23,7 @@ .help-container { float: left; width: 400px; - margin: 0 0 -20000px 0; - padding: 20px 20px 20000px 20px; + padding: 20px; background: #f5f5f5; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; -- libgit2 0.21.2