Resolved text editor styled (#4033)

#3998 resolved text editor styled

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Jeet Desai
2024-02-20 19:59:39 +05:30
committed by GitHub
parent 9d9ba97fb7
commit 70cf805db8
2 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,7 @@ import { getFileType } from '../files/utils/getFileType';
import '@blocknote/react/style.css';
const StyledBlockNoteStyledContainer = styled.div`
height: 100%;
width: 100%;
`;

View File

@ -34,7 +34,6 @@ const StyledContainer = styled.div`
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
overflow-y: auto;
gap: ${({ theme }) => theme.spacing(4)};
`;