fixing create item styling escaping

This commit is contained in:
2025-04-16 08:53:32 -06:00
parent a9bc8ef390
commit 05f354ac9e
5 changed files with 22 additions and 8 deletions

View File

@@ -102,7 +102,11 @@ export default function ExpandableModule({
)}
>
<>
<Modal modalControl={modal} buttonText="New Item">
<Modal
modalControl={modal}
buttonText="New Item"
modalWidth="w-135"
>
{({ closeModal }) => (
<div>
<NewItemForm