mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-11 00:18:46 +01:00
fix: overflowing code editor
This commit is contained in:
parent
f8f38802a9
commit
16cf654e57
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user