Fixed ListComponent margin on custom node
This commit is contained in:
parent
0b1453e56e
commit
d39d17c656
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ export default function ParameterComponent({
|
|||
// Commenting this out until we have a better
|
||||
// way to display
|
||||
// (data.node?.template[name]?.refresh ? "w-5/6 " : "") +
|
||||
"flex-grow"
|
||||
"flex-grow mt-2"
|
||||
}
|
||||
>
|
||||
<InputListComponent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue