mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
fixing create item styling escaping
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user