Skip to content

Commit b95e7a1

Browse files
author
Rajat Saxena
committed
video width fix
1 parent 616637c commit b95e7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/community/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ export function CommunityForum({
680680
<video
681681
src={media.media.file}
682682
poster={media.media.thumbnail}
683-
className="w-full h-48 aspect-video object-cover rounded-md"
683+
className="h-48 aspect-video object-cover rounded-md"
684684
controls
685685
>
686686
Your browser does not support the video tag.

0 commit comments

Comments
 (0)