Modified the markdown component so that the inner column's handle's mouse target is larger (#19839)

This commit is contained in:
cccs-Dustin 2022-05-04 15:29:49 -04:00 committed by GitHub
parent 06b7dea34a
commit 7d3437a98e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {