mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 16:26:59 +02:00
fix: Reduce the width of the resize handle in the NDV (no-changelog) (#18057)
This commit is contained in:
parent
847a5d822f
commit
c2fe529d2b
|
|
@ -185,7 +185,7 @@ const resizerMove = (event: MouseEvent) => {
|
|||
|
||||
<style lang="scss" module>
|
||||
.resize {
|
||||
--resizer--size: 12px;
|
||||
--resizer--size: 4px;
|
||||
--resizer--side-offset: -2px;
|
||||
--resizer--corner-offset: -3px;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user