Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

Commit e58663d

Browse files
Change form min-height to 75.
1 parent d2e48e9 commit e58663d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carecloud/react-jsonschema-form",
3-
"version": "0.20.1",
3+
"version": "0.20.2",
44
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
55
"scripts": {
66
"build:readme": "toctoc README.md -w",

src/components/alfresco/AlfrescoForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const style = ({ theme }) => ({
1010
padding: 20,
1111
border: '1px solid #CFD8DC',
1212
boxShadow: '0 1px 3px 0 rgba(0,0,0,0.1)',
13-
minHeight: 300
13+
minHeight: 75
1414
},
1515
fieldColumns: {
1616
'& .form-group': {

0 commit comments

Comments
 (0)