Fixate width

This commit is contained in:
IRBorisov 2023-08-14 00:36:25 +03:00
parent bfb88c5cd7
commit e44dcc8935

View File

@ -107,6 +107,7 @@ function EditorTermGraph() {
onClick={handleCenter}
/>
<ConceptSelect
className='min-w-[9.5rem]'
options={GraphLayoutSelector}
placeholder='Выберите тип'
values={layout ? [{ value: layout, label: mapLayoutLabels.get(layout) }] : []}