Skip to content

Commit

Permalink
Resolved text editor styled (#4033)
Browse files Browse the repository at this point in the history
#3998 resolved text editor styled

Co-authored-by: Charles Bochet <charles@twenty.com>
  • Loading branch information
jeet1desai and charlesBochet authored Feb 20, 2024
1 parent 9d9ba97 commit 70cf805
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import { getFileType } from '../files/utils/getFileType';
import '@blocknote/react/style.css';

const StyledBlockNoteStyledContainer = styled.div`
height: 100%;
width: 100%;
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)};
`;
Expand Down

0 comments on commit 70cf805

Please sign in to comment.