aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-05-13 00:37:03 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-05-13 00:37:03 -0400
commit9047fbe7dc69572bd8178bc29616ed2c855933ce (patch)
treea5d2c8041faa038d490570756036df8729526d33 /src/client/views/collections/CollectionSchemaView.scss
parentb9d32e8e07137484c57f3d1ab89090b27d56cfe6 (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.scss4
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 {