diff --git a/superset-frontend/src/dashboard/stylesheets/resizable.less b/superset-frontend/src/dashboard/stylesheets/resizable.less index 4169bd1e1..be7182716 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 {