diff --git a/editor/src/components/inspector/sections/layout-section/self-layout-subsection/simplified-layout-subsection.tsx b/editor/src/components/inspector/sections/layout-section/self-layout-subsection/simplified-layout-subsection.tsx
index 2eb149b36f6a..4c7814cbcacd 100644
--- a/editor/src/components/inspector/sections/layout-section/self-layout-subsection/simplified-layout-subsection.tsx
+++ b/editor/src/components/inspector/sections/layout-section/self-layout-subsection/simplified-layout-subsection.tsx
@@ -5,6 +5,7 @@ import { FixedHugDropdown } from '../../../fill-hug-fixed-control'
import { UIGridRow } from '../../../widgets/ui-grid-row'
import { ClipContentControl } from './clip-content-control'
import { FrameUpdatingLayoutSection } from './frame-updating-layout-section'
+import { RadiusRow } from '../../style-section/container-subsection/radius-row'
export const SimplifiedLayoutSubsection = React.memo(() => {
return (
@@ -30,6 +31,9 @@ export const SimplifiedLayoutSubsection = React.memo(() => {
+
+
+
diff --git a/editor/src/components/inspector/sections/style-section/container-subsection/container-subsection.tsx b/editor/src/components/inspector/sections/style-section/container-subsection/container-subsection.tsx
index cf5052f6ebf4..b81fd0050833 100644
--- a/editor/src/components/inspector/sections/style-section/container-subsection/container-subsection.tsx
+++ b/editor/src/components/inspector/sections/style-section/container-subsection/container-subsection.tsx
@@ -5,7 +5,6 @@ import { PaddingRow } from '../../layout-section/layout-system-subsection/layout
import { BlendModeRow } from './blendmode-row'
import { OpacityRow } from './opacity-row'
import { OverflowRow } from './overflow-row'
-import { RadiusRow } from './radius-row'
export const ContainerSubsection = React.memo(() => {
const [seeMoreVisible, toggleSeeMoreVisible] = useToggle(false)
@@ -29,7 +28,6 @@ export const ContainerSubsection = React.memo(() => {
-
diff --git a/editor/src/components/inspector/sections/style-section/container-subsection/radius-row.tsx b/editor/src/components/inspector/sections/style-section/container-subsection/radius-row.tsx
index 8132a8cca370..0e6e61a2dd68 100644
--- a/editor/src/components/inspector/sections/style-section/container-subsection/radius-row.tsx
+++ b/editor/src/components/inspector/sections/style-section/container-subsection/radius-row.tsx
@@ -52,7 +52,12 @@ export const RadiusRow = React.memo(() => {
items={contextMenuItems}
data={null}
>
-
+