Skip to content

Commit 946f2e1

Browse files
committed
Ensure the field doesn't get too small
1 parent 2e32df9 commit 946f2e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/scripts/components/server/files/FileEditContainer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import ace, { Editor } from 'brace';
66
import styled from 'styled-components';
77

88
const EditorContainer = styled.div`
9+
min-height: 16rem;
910
height: calc(100vh - 16rem);
1011
${tw`relative`};
1112

0 commit comments

Comments
 (0)