diff --git a/src/public/app/widgets/type_widgets/file.ts b/src/public/app/widgets/type_widgets/file.ts index 1e75bfdb0..0d10783a0 100644 --- a/src/public/app/widgets/type_widgets/file.ts +++ b/src/public/app/widgets/type_widgets/file.ts @@ -29,6 +29,11 @@ const TPL = ` overflow: auto; margin: 10px; } + + .note-detail-file > .video-preview { + width: 100%; + height: 100%; + }