Skip to content

Commit

Permalink
Modified the markdown component so that the inner column's handle's m…
Browse files Browse the repository at this point in the history
…ouse target is larger (apache#19839)
  • Loading branch information
cccs-Dustin authored May 11, 2022
1 parent ab101ef commit d4eeb3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset-frontend/src/dashboard/stylesheets/resizable.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d4eeb3f

Please sign in to comment.