diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-24 12:28:17 -0400 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-24 12:28:17 -0400 |
| commit | 07e4ad670134213afc019bf84f765cdfc00a510a (patch) | |
| tree | af4c91b5198d152dba8d4f2e229290b37c19545c /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 40b7197fb9b4748a63845bb664fa9ab02ad6915a (diff) | |
can text wrap row via context menu
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 38d14c2de..410790197 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -148,7 +148,7 @@ padding: 0; font-size: 13px; text-align: center; - white-space: normal; + // white-space: normal; .imageBox-cont { position: relative; @@ -287,6 +287,12 @@ button.add-column { background-color: $light-color-secondary; } + &.row-wrapped { + .rt-td { + white-space: normal; + } + } + .row-dragger { // height: $MAX_ROW_HEIGHT; } |
