mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-09 05:25:08 +02:00
refactor: regroup request related components under request pane
This commit is contained in:
16
renderer/components/RequestPane/QueryEditor/StyledWrapper.js
Normal file
16
renderer/components/RequestPane/QueryEditor/StyledWrapper.js
Normal file
@ -0,0 +1,16 @@
|
||||
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