We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616637c commit b95e7a1Copy full SHA for b95e7a1
apps/web/components/community/index.tsx
@@ -680,7 +680,7 @@ export function CommunityForum({
680
<video
681
src={media.media.file}
682
poster={media.media.thumbnail}
683
- className="w-full h-48 aspect-video object-cover rounded-md"
+ className="h-48 aspect-video object-cover rounded-md"
684
controls
685
>
686
Your browser does not support the video tag.
0 commit comments