aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-15 13:30:22 -0400
committerbob <bcz@cs.brown.edu>2019-03-15 13:30:22 -0400
commit487a74d28501cbdc86f0d02fef656754ed22ae19 (patch)
tree884258eb69515752925186572681300a4945d54d /src/client/views/collections/CollectionSchemaView.scss
parentc17605b4d1fe04429b029ff5a161f31ce19f5fd4 (diff)
fixed various issues with schema/videos
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index fdcad1355..0d615dc01 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -84,7 +84,7 @@
}
.videobox-cont {
object-fit: contain;
- max-width: 100%;
+ width:auto;
height: 100%;
}
}