mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-16 10:58:51 +02:00
feat: Using CodeEditor for displaying response (more performant, no flicker :D)
This commit is contained in:
@ -2,14 +2,9 @@ import styled from 'styled-components';
|
||||
|
||||
const StyledWrapper = styled.div`
|
||||
div.CodeMirror {
|
||||
border: solid 1px var(--color-codemirror-border);
|
||||
/* todo: find a better way */
|
||||
height: calc(100vh - 255px);
|
||||
}
|
||||
|
||||
textarea.cm-editor {
|
||||
position: relative;
|
||||
}
|
||||
`;
|
||||
|
||||
export default StyledWrapper;
|
||||
|
Reference in New Issue
Block a user