mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 01:34:45 +02:00
Ensure the field doesn't get too small
This commit is contained in:
parent
2e32df98ea
commit
946f2e17df
@ -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…
x
Reference in New Issue
Block a user