Skip to content

Commit

Permalink
Reduce spacing for ExpressionEditModal containers
Browse files Browse the repository at this point in the history
This will make the draggable cursor more visible when it is in the
middle of two Expression Editor panels.
  • Loading branch information
dana-gill committed Nov 25, 2024
1 parent 9ef436e commit 673fe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/ExpressionEditModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const onResizeThrottle = useThrottleFn(onResize, 10);
.container {
display: flex;
flex-flow: row nowrap;
gap: var(--spacing-s);
gap: var(--spacing-2xs);
height: 100%;
}
Expand Down

0 comments on commit 673fe92

Please sign in to comment.