mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix: convert grid componets parent to fluid container
This commit is contained in:
parent
726060fb63
commit
430e145946
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ export default function DragContainer({
|
|||
|
||||
return (
|
||||
<div className="root">
|
||||
<div className="container rm-container p-0">
|
||||
<div className="container-fluid rm-container p-0">
|
||||
{/* <div className={movableTargets.length == 0 ? `move-target` : ''} style={{ width: '1px' }}></div> */}
|
||||
{list
|
||||
.filter((i) => isEmpty(i.parent))
|
||||
|
|
|
|||
Loading…
Reference in a new issue