Skip to content

Commit 849dbe4

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
style(ui): make resize calculation spacing explicit
1 parent d147983 commit 849dbe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/emcn/src/components/details-panel/details-panel.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const DetailsPanel = forwardRef<HTMLDivElement, DetailsPanelProps>(
3333
<>
3434
{open && (
3535
<div
36-
className='absolute top-0 right-[calc(var(--details-panel-width)-4px)] bottom-0 z-[var(--z-dropdown)] w-[8px] cursor-ew-resize'
36+
className='absolute top-0 right-[calc(var(--details-panel-width)_-_4px)] bottom-0 z-[var(--z-dropdown)] w-[8px] cursor-ew-resize'
3737
style={widthStyle}
3838
onMouseDown={onResizeStart}
3939
role='separator'

0 commit comments

Comments
 (0)