mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-16 14:41:06 +02:00
feat: September 2022 updates
This commit is contained in:
@ -3,7 +3,7 @@ import styled from 'styled-components';
|
||||
const StyledWrapper = styled.div`
|
||||
div.CodeMirror {
|
||||
/* todo: find a better way */
|
||||
height: calc(100vh - 255px);
|
||||
height: calc(100vh - 240px);
|
||||
}
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user