fix(player): use flex wrap
This commit is contained in:
parent
48ca432a9c
commit
016b00d671
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@
|
|||
}
|
||||
|
||||
.videoWrapper {
|
||||
max-height: 280px;
|
||||
max-width: 300px;
|
||||
display: flex;
|
||||
background-color: #000;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue