Merge pull request #5333 from resynth1943/add-border-radius-for-video

Add border-radius for video
This commit is contained in:
Michael Telatynski
2020-11-19 11:00:07 +00:00
committed by GitHub

View File

@@ -18,5 +18,6 @@ span.mx_MVideoBody {
video.mx_MVideoBody {
max-width: 100%;
height: auto;
border-radius: 4px;
}
}