mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
fix: change subcontainer wrappers from contaier to container-fluid
This commit is contained in:
parent
511eeeb147
commit
b94e48542d
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export default function DragContainerNested({
|
|||
|
||||
return (
|
||||
<div className="root h-100">
|
||||
<div className={`container p-0 h-100 drag-container-parent`} component-id={parent}>
|
||||
<div className={`container-fluid p-0 h-100 drag-container-parent`} component-id={parent}>
|
||||
{/* <button onClick={() => setList((list) => [...list, { id: new Date().getTime() }])}>Add</button> */}
|
||||
{list.map((i) => (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue