fix: adjust spacing in ViewHistory and Panel components (#17766)

pull/17789/head
Wu Tianwei 1 year ago committed by GitHub
parent d0d02be711
commit 29720b7360
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -99,7 +99,7 @@ const Panel: FC<NodePanelProps<VariableAssignerNodeType>> = ({
{isEnableGroup && ( {isEnableGroup && (
<> <>
<Split /> <Split />
<div className='px-4 pb-2 pt-4'> <div>
<OutputVars> <OutputVars>
<> <>
{inputs.advanced_settings?.groups.map((item, index) => ( {inputs.advanced_settings?.groups.map((item, index) => (

Loading…
Cancel
Save