From 8aaddb29174e9027bee2387aed8691fe37bc7f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o?= <leopold.chappuis@savoirfairelinux.com> Date: Thu, 13 Feb 2025 14:50:53 -0500 Subject: [PATCH] settings: fix card layout visibility issue The bottom of the card was not visible. Change-Id: Ie25366a4e5cf0e12188f8655509aa80b171f3f23 --- client/src/components/LayoutSettings.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/LayoutSettings.tsx b/client/src/components/LayoutSettings.tsx index 7dbe9847..27819179 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 -- GitLab