Skip to content

Commit

Permalink
fix(note): remove 100% height from the draft editor to avoid visual r…
Browse files Browse the repository at this point in the history
…egression
  • Loading branch information
tomdavies73 committed Oct 17, 2024
1 parent d918014 commit 8f213e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/note/note.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ const StyledNoteContent = styled.div<{
${({ hasPreview }) => css`
div.DraftEditor-root {
min-height: inherit;
height: 100%;
}
div.DraftEditor-editorContainer,
div.public-DraftEditor-content {
min-height: inherit;
height: 100%;
background-color: var(--colorsUtilityYang100);
line-height: 21px;
}
Expand Down

0 comments on commit 8f213e4

Please sign in to comment.