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 (#19839)
  • Loading branch information
cccs-Dustin authored May 4, 2022
1 parent 06b7dea commit 7d3437a
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 7d3437a

Please sign in to comment.