diff options
| author | bob <bcz@cs.brown.edu> | 2019-11-08 15:14:56 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-11-08 15:14:56 -0500 |
| commit | 5c6dc8fb25c2ac65a9efa534ee86211ac6d68301 (patch) | |
| tree | 995d03c7d9c0c58c6f6749f751d8a45c53504363 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 2891b8f3547cb0a2d039099228e30a712457832f (diff) | |
moved schemaPreview into ContentFittingDOcumentView. fixed dragging link anchors
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 36c6c7b0e..cb95dcbbc 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -39,28 +39,6 @@ } } -.collectionSchemaView-previewRegion { - position: relative; - height: auto !important; - - .collectionSchemaView-previewDoc { - position: absolute; - display: inline; - } - - .collectionSchemaView-input { - position: absolute; - max-width: 150px; - width: 100%; - bottom: 0px; - } - - .documentView-node:first-child { - position: relative; - background: $light-color; - } -} - .ReactTable { width: 100%; background: white; |
