diff options
| author | bob <bcz@cs.brown.edu> | 2019-11-06 12:35:51 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-11-06 12:35:51 -0500 |
| commit | f83205e4ea3486ebeeaa52918650bf6521c36cb9 (patch) | |
| tree | 0f6e17b4621ad98e19e4dbb8a8dc6fe87df31eb5 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | bcc45bf8d448e56935172398a52327c68ff6117e (diff) | |
schema view cleanups
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 6a9392253..36c6c7b0e 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -10,6 +10,7 @@ top: 0; width: 100%; height: 100%; + margin-top: 0; transition: top 0.5s; display: flex; justify-content: space-between; @@ -43,9 +44,8 @@ height: auto !important; .collectionSchemaView-previewDoc { - height: 100%; - width: 100%; position: absolute; + display: inline; } .collectionSchemaView-input { @@ -469,7 +469,7 @@ button.add-column { overflow: visible; } -.sub { +.reactTable-sub { padding: 10px 30px; background-color: rgb(252, 252, 252); width: calc(100% - 50px); |
