Modified the markdown component so that the inner column's handle's mouse target is larger (#19839)
This commit is contained in:
parent
06b7dea34a
commit
7d3437a98e
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue