diff --git a/apps/client/src/features/editor/components/video/video-view.module.css b/apps/client/src/features/editor/components/video/video-view.module.css index 8e6b2f63..fdb959dd 100644 --- a/apps/client/src/features/editor/components/video/video-view.module.css +++ b/apps/client/src/features/editor/components/video/video-view.module.css @@ -11,5 +11,6 @@ .video { display: block; width: 100%; + height: 100%; border-radius: 8px; }