fix: overflowing code editor

This commit is contained in:
Jan Monschke 2023-10-20 10:59:00 +02:00
parent f8f38802a9
commit 16cf654e57

View File

@ -5,6 +5,7 @@ const StyledWrapper = styled.div`
background: ${(props) => props.theme.codemirror.bg};
border: solid 1px ${(props) => props.theme.codemirror.border};
font-family: ${(props) => (props.font ? props.font : 'default')};
line-break: anywhere;
}
.CodeMirror-overlayscroll-horizontal div,