diff --git a/src/components/ui/layout.tsx b/src/components/ui/layout.tsx index c49e90dde..6afc7ba7d 100644 --- a/src/components/ui/layout.tsx +++ b/src/components/ui/layout.tsx @@ -39,7 +39,7 @@ const Sidebar: React.FC = ({ children }) => ( /** Center column container in the UI. */ const Main: React.FC> = ({ children, className }) => ( -
+
{children}
);