add padding to modal
This commit is contained in:
parent
c88027dfe4
commit
2adb0e5309
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export default function NewFlowModal({
|
|||
/> */}
|
||||
</BaseModal.Header>
|
||||
<BaseModal.Content>
|
||||
<div className=" grid h-fit w-full grid-cols-3 gap-3 overflow-auto p-4 custom-scroll">
|
||||
<div className=" mb-5 grid h-fit w-full grid-cols-3 gap-4 overflow-auto pb-6 custom-scroll">
|
||||
<NewFlowCardComponent />
|
||||
{/* {examples.map((example, idx) => {
|
||||
return <UndrawCardComponent key={idx} flow={example} />;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue