Added w-full on input list component
This commit is contained in:
parent
328e214a0f
commit
6c3956987d
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export default function InputListComponent({
|
|||
<div
|
||||
className={classNames(
|
||||
value.length > 1 && editNode ? "my-1" : "",
|
||||
"flex flex-col gap-3",
|
||||
"flex flex-col gap-3 w-full",
|
||||
)}
|
||||
>
|
||||
{value.map((singleValue, idx) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue