diff options
| author | Fawn <fangrui_tong@brown.edu> | 2019-07-28 17:56:59 -0400 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2019-07-28 17:56:59 -0400 |
| commit | 7098f381f3f93e77880f3589427c81e61a5ee25a (patch) | |
| tree | 6a635717acc4597022d752b13f6263c4d0ca2900 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 1c7ae29e05e2a7c6ad75d3edb6a9ea17ed36e523 (diff) | |
started fixing schemaheaderfield bug
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index e0de76247..2e0ec20db 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -161,7 +161,7 @@ } .rt-tr { - width: 100%; + // width: 100%; min-height: 30px; // height: $MAX_ROW_HEIGHT; } @@ -195,6 +195,11 @@ height: 100%; } } + + .rt-resizer { + width: 20px; + right: -10px; + } } .documentView-node-topmost { @@ -312,7 +317,7 @@ button.add-column { height: 100%; background-color: white; - &.row-focused { + &.row-focused .rt-tr { background-color: rgb(255, 246, 246);//$light-color-secondary; } |
