Skip to content

Commit

Permalink
subtract a minor space
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Aug 8, 2024
1 parent 72e9521 commit f999024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/ElementGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function ElementGroup({deselectItems}) {
alignItems='center'
data-testid='element-group'
>
<ButtonGroup orientation='horizontal' variant='controls' >
<ButtonGroup orientation='horizontal' variant='controls'>
{!isIsolate && <CutPlaneMenu/>}

{isSelected() && selectedElement !== null &&
Expand Down

0 comments on commit f999024

Please sign in to comment.