From 6d0dc464a81e2fcd378fdf17c95b0a8c6fa8c041 Mon Sep 17 00:00:00 2001 From: Abhishek Mehandiratta <36722596+abhi12299@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:43:09 +0530 Subject: [PATCH] fix(insights): truncated charts in firefox (#24990) Co-authored-by: Michael Matloka --- .../src/scenes/funnels/FunnelBarVertical/FunnelBarVertical.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/scenes/funnels/FunnelBarVertical/FunnelBarVertical.scss b/frontend/src/scenes/funnels/FunnelBarVertical/FunnelBarVertical.scss index eb7a5c9666be3..0051fe2205c94 100644 --- a/frontend/src/scenes/funnels/FunnelBarVertical/FunnelBarVertical.scss +++ b/frontend/src/scenes/funnels/FunnelBarVertical/FunnelBarVertical.scss @@ -28,8 +28,6 @@ } > td { - // Sneaky hack to make height: 100% work in .StepLegend. The wonders of CSS - there's NO other way! - height: 1px; padding: 0.75rem 0; } }