diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-11 15:45:37 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-11 15:45:37 -0400 |
| commit | d7d73856ed405cef01b4cf727ca56f4d9a31e894 (patch) | |
| tree | 6ee45e9b15e44238ba758f0933e9f0fee857c5b2 /src/client/views/collections/CollectionSchemaCells.tsx | |
| parent | 71594c0e64d2559f2a72bcbc5faee1db78eecfb8 (diff) | |
cleaned up ScriptBox EditScript's restructured menus for dealing with onClicks... exposed more layout paramters for EditableViews.
Diffstat (limited to 'src/client/views/collections/CollectionSchemaCells.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaCells.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaCells.tsx b/src/client/views/collections/CollectionSchemaCells.tsx index 9c26a08f0..c59107b53 100644 --- a/src/client/views/collections/CollectionSchemaCells.tsx +++ b/src/client/views/collections/CollectionSchemaCells.tsx @@ -214,7 +214,8 @@ export class CollectionSchemaCell extends React.Component<CellProps> { isEditingCallback={this.isEditingCallback} display={"inline"} contents={contents} - height={Number(MAX_ROW_HEIGHT)} + height={"auto"} + maxHeight={Number(MAX_ROW_HEIGHT)} GetValue={() => { let field = props.Document[props.fieldKey]; if (Field.IsField(field)) { |
