fix video size within in-app docs (#11784)

This commit is contained in:
Azri Kahar
2022-02-22 14:53:24 +08:00
committed by GitHub
parent bd89fe2a4c
commit 96fd9f5c80

View File

@@ -215,7 +215,8 @@ export default defineComponent({
border-spacing: 0;
}
.md :deep(img) {
.md :deep(img),
.md :deep(video) {
max-width: 100%;
margin: 20px 0;
border-radius: 6px;