diff --git a/client/src/components/LayoutSettings.tsx b/client/src/components/LayoutSettings.tsx index 7dbe9847409229c5796cec59ca4d88f3747c164d..27819179fcdfdbc171a57aabcffcb3fc6942fa53 100644 --- a/client/src/components/LayoutSettings.tsx +++ b/client/src/components/LayoutSettings.tsx @@ -47,6 +47,7 @@ export default function LayoutSettings({ children, title, text, disableMarginTop boxShadow: isMobile ? 'none' : undefined, border: isMobile ? 'none' : undefined, backgroundColor: isMobile ? theme.ChatInterface.backgroundColor : 'unset', + mb: '1px', }} > <CardHeader