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 and philipher29 committed Jun 9, 2022
1 parent 1b57690 commit da0df08
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 @@ -94,12 +94,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 da0df08

Please sign in to comment.