From b9e8290a2f9c75ae61edc3c89bd0fff5c9e3a0e5 Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Fri, 19 Jul 2024 02:23:54 -0400 Subject: img link bug --- src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client') diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx index cb10de65b..e48a6ada4 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx @@ -324,7 +324,7 @@ export class DocCreatorMenu extends ObservableReactComponent<{}> { {altLayout ? : null} @@ -337,7 +337,7 @@ export class DocCreatorMenu extends ObservableReactComponent<{}> { gridTemplateRows: `${scaledDown(docHeight)}px`, gridAutoRows: `${scaledDown(docHeight)}px`, rowGap: `${scaledDown(layout.yMargin)}px`, - columnGap: `${scaledDown(layout.xMargin)}px` + columnGap: `${scaledDown(layout.xMargin)}px` }}> {this._layout.type === LayoutType.Stacked ?