Correctly separate widgets in side-column mode. (#16804)

Had to close the other PR since I messed up re-basing somehow:
https://github.com/twentyhq/twenty/pull/16668/files.

Moved changes to this new PR in order to resolve comments from the
previous PR and also match the field-design to that on Figma.

---------

Co-authored-by: Baptiste Devessier <baptiste@devessier.fr>
This commit is contained in:
Abdullah.
2025-12-29 19:00:33 +05:00
committed by GitHub
parent bee58fd03d
commit 2b9728230a
7 changed files with 45 additions and 7 deletions
@@ -21,7 +21,6 @@ import { useRecoilComponentState } from '@/ui/utilities/state/component-state/ho
import styled from '@emotion/styled';
const StyledContainer = styled.div`
padding: ${({ theme }) => theme.spacing(1)};
width: 100%;
`;