Merge pull request #19138 from edx/ziafazal/WL-1830

WL-1830: change min-height of video player to support mobile devices
This commit is contained in:
Bill Filler
2018-10-31 14:34:00 -04:00
committed by GitHub

View File

@@ -261,7 +261,7 @@ $cool-dark: rgb(79, 89, 93); // UXPL cool dark
.video-player {
overflow: hidden;
min-height: 300px;
min-height: 158px;
> div {
height: 100%;