diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 3fd08f1..46e49f4 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -142,17 +142,19 @@ export const Layout: React.FC = ({ children, mobileMode = false }) backgroundColor: 'transparent', }), borderRadius: 0.5, - px: 1, + px: 0.5, py: 0.5, display: 'inline-flex', alignItems: 'center', overflow: 'hidden', + flex: 1, + minWidth: 0, })} > MotoVaultPro )}