diff --git a/src/frontend/src/components/inputListComponent/index.tsx b/src/frontend/src/components/inputListComponent/index.tsx index c3651d95e..4df66639f 100644 --- a/src/frontend/src/components/inputListComponent/index.tsx +++ b/src/frontend/src/components/inputListComponent/index.tsx @@ -4,6 +4,7 @@ import { InputListComponentType } from "../../types/components"; import _ from "lodash"; import IconComponent from "../genericIconComponent"; import { Input } from "../ui/input"; +import { classNames } from "../../utils/utils"; export default function InputListComponent({ value, @@ -28,7 +29,13 @@ export default function InputListComponent({ }, [disabled, onChange]); return ( -
+
1 && editNode ? "my-1" : "", + "flex flex-col gap-3" + ) + }> {inputList.map((i, idx) => { return (