mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Modified the markdown component so that the inner column's handle's mouse target is larger (#19839)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user