Skip to content

Commit

Permalink
Substract 4 from canvas container widget of tabs subcontainer (ToolJe…
Browse files Browse the repository at this point in the history
  • Loading branch information
sherfin94 authored Jun 13, 2022
1 parent 79eb558 commit 037bdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Editor/Components/Tabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const Tabs = function Tabs({
{...containerProps}
parentRef={parentRef}
removeComponent={removeComponent}
containerCanvasWidth={width}
containerCanvasWidth={width - 4}
parentComponent={component}
/>
</div>
Expand Down

0 comments on commit 037bdb5

Please sign in to comment.