diff --git a/src/component/1d/ranges/Range.tsx b/src/component/1d/ranges/Range.tsx index 1a4b697bf..ae5fc0c5b 100644 --- a/src/component/1d/ranges/Range.tsx +++ b/src/component/1d/ranges/Range.tsx @@ -192,6 +192,7 @@ function Range({ range, selectedTool, relativeFormat }: RangeProps) { targetTagName="g" {...(assignmentRange.isActive && { isOpen: true })} buttons={actionsButtons} + space={2} > {buttons .filter((button) => button?.visible !== false) - .map(({ title, visible, ...otherProps }, index, array) => ( - -