diff --git a/app/soapbox/components/ui/layout/layout.tsx b/app/soapbox/components/ui/layout/layout.tsx index d22afe0a1..7c6401def 100644 --- a/app/soapbox/components/ui/layout/layout.tsx +++ b/app/soapbox/components/ui/layout/layout.tsx @@ -9,7 +9,7 @@ interface LayoutType extends React.FC { } const Layout: LayoutType = ({ children }) => ( -
+
{children}
@@ -27,7 +27,7 @@ const Sidebar: React.FC = ({ children }) => ( const Main: React.FC> = ({ children, className }) => (
{children}