diff --git a/app/editor/components/Styles.ts b/app/editor/components/Styles.ts index 0153cc978..7cbeac823 100644 --- a/app/editor/components/Styles.ts +++ b/app/editor/components/Styles.ts @@ -1289,6 +1289,11 @@ const EditorStyles = styled.div<{ opacity: 0; } + pre { + overflow-x: hidden; + white-space: pre-wrap; + } + em, blockquote { font-family: "SF Pro Text", ${(props) => props.theme.fontFamily};