diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-01 02:31:07 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-01 02:31:07 -0400 |
| commit | cd02f494975ad44b85c08d3108f185edbea43258 (patch) | |
| tree | 1c4f30004385d5ffc711032f51cb8cfc5be00898 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | ec224416fc454c7fdbb62943408226c973d8c751 (diff) | |
| parent | d4accdd22cabdd78fc7bd76dd7ce3cb59e4b102f (diff) | |
Merge branch 'master' into speech-to-text
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 4d6bf437f..9efd0d3ec 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -980,6 +980,7 @@ export class CollectionSchemaPreview extends React.Component<CollectionSchemaPre style={{ transform: `translate(${this.centeringOffset}px, 0px)`, borderRadius: this.borderRounding, + display: "inline", height: "100%" }}> <DocumentView |
