mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix: Reduce the width of the resize handle in the NDV (no-changelog) (#18057)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user