mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-26 22:25:40 +00:00
chore: codemirror editor occupy remaing height
This commit is contained in:
@@ -3,6 +3,8 @@ 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 - 230px);
|
||||
}
|
||||
|
||||
div.overlay{
|
||||
|
||||
Reference in New Issue
Block a user