Update EditorTermGraph.tsx

This commit is contained in:
IRBorisov 2023-08-27 18:34:08 +03:00
parent 35754a59c7
commit 6cd7143da0

View File

@ -355,7 +355,7 @@ function EditorTermGraph({ onOpenEdit, onCreateCst, onDeleteCst }: EditorTermGra
initial={getOptions()}
onConfirm={handleChangeOptions}
/>}
<div className='flex flex-col border-r border-b min-w-[13.5rem] px-2 pb-2 text-sm select-none clr-border' style={{height: canvasHeight}}>
<div className='flex flex-col border-r border-b min-w-[13.5rem] max-w-min px-2 pb-2 text-sm select-none clr-border' style={{height: canvasHeight}}>
{hoverCst &&
<div className='relative'>
<InfoConstituenta