Skip to content
Snippets Groups Projects
Commit 8aaddb29 authored by Léopold Chappuis's avatar Léopold Chappuis Committed by Adrien Béraud
Browse files

settings: fix card layout visibility issue

The bottom of the card was not visible.

Change-Id: Ie25366a4e5cf0e12188f8655509aa80b171f3f23
parent fa7550b6
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ export default function LayoutSettings({ children, title, text, disableMarginTop ...@@ -47,6 +47,7 @@ export default function LayoutSettings({ children, title, text, disableMarginTop
boxShadow: isMobile ? 'none' : undefined, boxShadow: isMobile ? 'none' : undefined,
border: isMobile ? 'none' : undefined, border: isMobile ? 'none' : undefined,
backgroundColor: isMobile ? theme.ChatInterface.backgroundColor : 'unset', backgroundColor: isMobile ? theme.ChatInterface.backgroundColor : 'unset',
mb: '1px',
}} }}
> >
<CardHeader <CardHeader
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment