Merge pull request #6114 from emanuelschuetze/video-player-height
Use max-height for video js player
This commit is contained in:
commit
8d73f08072
@ -44,7 +44,7 @@ $radius: 5px;
|
|||||||
.video-player {
|
.video-player {
|
||||||
display: block;
|
display: block;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 280px;
|
max-height: 280px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.call-body {
|
.call-body {
|
||||||
|
Loading…
Reference in New Issue
Block a user