From d4eeb3f12b6f1544ca6d0e7dbf48c9f5adebaa57 Mon Sep 17 00:00:00 2001 From: cccs-Dustin <96579982+cccs-Dustin@users.noreply.github.com> Date: Wed, 4 May 2022 15:29:49 -0400 Subject: [PATCH] Modified the markdown component so that the inner column's handle's mouse target is larger (#19839) --- superset-frontend/src/dashboard/stylesheets/resizable.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/src/dashboard/stylesheets/resizable.less b/superset-frontend/src/dashboard/stylesheets/resizable.less index 4169bd1e1a830..be7182716d044 100644 --- a/superset-frontend/src/dashboard/stylesheets/resizable.less +++ b/superset-frontend/src/dashboard/stylesheets/resizable.less @@ -92,12 +92,12 @@ .dragdroppable-column .resizable-container-handle--right { /* override the default because the inner column's handle's mouse target is very small */ - right: -10px !important; + right: 0 !important; } .dragdroppable-column .dragdroppable-column .resizable-container-handle--right { /* override the default because the inner column's handle's mouse target is very small */ - right: 0px !important; + right: 0 !important; } .resizable-container-handle--bottom {