diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-31 11:48:29 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-31 11:48:29 -0400 |
| commit | a75f6fb17a4cbb4643cff0d347eb812138957c95 (patch) | |
| tree | a8769a3f3d7a1ca4a48a2bbfbe32ee3d246627a8 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 1e50488861a1fbadea399bd529b8d51053a3d9b4 (diff) | |
fixed some css and creating text links.
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 |
