diff --git a/editor/src/components/editor/canvas-toolbar.tsx b/editor/src/components/editor/canvas-toolbar.tsx index 0455691f97f2..c19eb1cbee9f 100644 --- a/editor/src/components/editor/canvas-toolbar.tsx +++ b/editor/src/components/editor/canvas-toolbar.tsx @@ -534,7 +534,7 @@ export const CanvasToolbar = React.memo(() => { {/* Insert Mode */} {canvasToolbarMode.primary === 'insert' ? wrapInSubmenu( - + { @@ -562,24 +564,30 @@ export const CanvasToolbar = React.memo(() => { diff --git a/editor/src/components/navigator/navigator-item/component-picker.tsx b/editor/src/components/navigator/navigator-item/component-picker.tsx index b050e167b14c..c6b73371b5a1 100644 --- a/editor/src/components/navigator/navigator-item/component-picker.tsx +++ b/editor/src/components/navigator/navigator-item/component-picker.tsx @@ -223,6 +223,7 @@ const ComponentPickerTopSection = React.memo((props: ComponentPickerTopSectionPr padding: shownInToolbar ? undefined : '0px 8px 8px 8px', display: 'flex', flexDirection: 'column', + marginBottom: 2, }} tabIndex={0} >