aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorSam Wilkins <abdullah_ahmed@brown.edu>2019-07-22 17:08:46 -0400
committerSam Wilkins <abdullah_ahmed@brown.edu>2019-07-22 17:08:46 -0400
commitd3edc59402efb5d8ada602305a95a7a3a7f0ba95 (patch)
tree22242fe2674fe0e1286ef0864b84abb1d46b8ee9 /src/client/views/collections/CollectionSchemaView.scss
parent8515b6957f075f8ae7e88243ab5a4c7cb8fff3b6 (diff)
can have expanded collection in schema
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index ef93e381b..4b20e8241 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -6,9 +6,9 @@
border-style: solid;
border-radius: $border-radius;
box-sizing: border-box;
- position: absolute;
+ // position: absolute;
width: 100%;
- height: calc(100% - 25px);
+ // height: calc(100% - 25px);
// overflow: hidden;
overflow-x: scroll;
border: none;
@@ -333,4 +333,9 @@
#preview-schema-checkbox-div {
margin-left: 20px;
font-size: 12px;
+}
+
+.sub {
+ padding: 20px;
+ background-color: red;
} \ No newline at end of file