Ensure the field doesn't get too small
This commit is contained in:
parent
2e32df98ea
commit
946f2e17df
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ import ace, { Editor } from 'brace';
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
const EditorContainer = styled.div`
|
const EditorContainer = styled.div`
|
||||||
|
min-height: 16rem;
|
||||||
height: calc(100vh - 16rem);
|
height: calc(100vh - 16rem);
|
||||||
${tw`relative`};
|
${tw`relative`};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue