Merge pull request #5333 from resynth1943/add-border-radius-for-video
Add border-radius for video
This commit is contained in:
commit
44649ca372
1 changed files with 1 additions and 0 deletions
|
@ -18,5 +18,6 @@ span.mx_MVideoBody {
|
||||||
video.mx_MVideoBody {
|
video.mx_MVideoBody {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue