diff options
| author | Fawn <fangrui_tong@brown.edu> | 2019-07-29 11:27:58 -0400 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2019-07-29 11:27:58 -0400 |
| commit | 7ea25f83dfcb3fb31bf6fce1f4112c8bded294e2 (patch) | |
| tree | 1d3cfa0d5f8e3424423c1ed5fdfc06c027c2df48 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 7098f381f3f93e77880f3589427c81e61a5ee25a (diff) | |
| parent | e7ea2028f54787d6c92fb22b789f17b7268d3793 (diff) | |
fixed sub collections having wrong children
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 2e0ec20db..3c3708a30 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -8,7 +8,7 @@ box-sizing: border-box; // position: absolute; width: 100%; - height: calc(100% - 50px); + height: calc(100% - 70px); // overflow: hidden; // overflow-x: scroll; // border: none; @@ -161,7 +161,7 @@ } .rt-tr { - // width: 100%; + width: 100%; min-height: 30px; // height: $MAX_ROW_HEIGHT; } |
