mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Fixate width
This commit is contained in:
parent
bfb88c5cd7
commit
e44dcc8935
|
@ -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) }] : []}
|
||||
|
|
Loading…
Reference in New Issue
Block a user