x
This commit is contained in:
parent
ceacd900c6
commit
271a0399f0
|
@ -33,10 +33,9 @@ export function ViewConstituents({
|
|||
autoScroll
|
||||
}: ViewConstituentsProps) {
|
||||
return (
|
||||
<aside className={cn(!noBorder && 'border', className)}>
|
||||
<div className={cn(!noBorder && 'border', className)}>
|
||||
<ConstituentsSearch
|
||||
schema={schema} //
|
||||
dense={dense}
|
||||
dense={dense} //
|
||||
hideGraphFilter={!activeCst}
|
||||
/>
|
||||
<TableSideConstituents
|
||||
|
@ -47,6 +46,6 @@ export function ViewConstituents({
|
|||
autoScroll={autoScroll}
|
||||
onDoubleClick={onDoubleClick}
|
||||
/>
|
||||
</aside>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -122,7 +122,7 @@ export function EditorConstituenta() {
|
|||
</div>
|
||||
<ViewConstituents
|
||||
className={clsx(
|
||||
'cc-animate-sidebar',
|
||||
'cc-animate-sidebar min-h-55',
|
||||
isNarrow ? 'mt-3 mx-6 rounded-md overflow-hidden' : 'mt-9 rounded-l-md rounded-r-none overflow-visible',
|
||||
showList ? 'max-w-full' : 'opacity-0 max-w-0'
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue
Block a user