Fix Input list component to take entire width
This commit is contained in:
parent
eb67b0e007
commit
856b1c07db
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export default function InputListComponent({
|
|||
<div
|
||||
className={classNames(
|
||||
value.length > 1 && editNode ? "my-1" : "",
|
||||
"flex flex-col gap-3",
|
||||
"flex w-full flex-col gap-3",
|
||||
)}
|
||||
>
|
||||
{value.map((singleValue, idx) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue