Skip to content

Commit e3f96e3

Browse files
committed
Update alignment of taskpane footer to adjust for the padding that was added to allow for resizing the taskpane
1 parent 500fba4 commit e3f96e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mitosheet/src/mito/components/taskpanes/DefaultTaskpane/DefaultTaskpaneFooter.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const DefaultTaskpaneFooter = (
2020
}): JSX.Element => {
2121

2222
return (
23-
<div style={props.ignoreTaskpanePadding ? {margin: ' 0px -14px -7px -10px'} : undefined}> {/** Set a negative margin to escape the footer */}
23+
<div style={props.ignoreTaskpanePadding ? {margin: ' 0px -10px -7px -14px'} : undefined}> {/** Set a negative margin to escape the footer */}
2424
{props.children}
2525
</div>
2626
)

0 commit comments

Comments
 (0)