diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-05-13 00:37:03 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-05-13 00:37:03 -0400 |
| commit | 9047fbe7dc69572bd8178bc29616ed2c855933ce (patch) | |
| tree | a5d2c8041faa038d490570756036df8729526d33 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | b9d32e8e07137484c57f3d1ab89090b27d56cfe6 (diff) | |
fixed putting link info on protoype. making images and videos show up reasonably in schema and kvp. dragging of docs from schema.
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index cfdb3ab22..b9ed99155 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -14,6 +14,10 @@ .collectionSchemaView-cellContents { height: $MAX_ROW_HEIGHT; + img { + width:auto; + max-height: $MAX_ROW_HEIGHT; + } } .collectionSchemaView-previewRegion { |
