Skip to content

Commit 3ca4456

Browse files
committed
Youtube embedded video fits its aspect ratio instead of going full width
1 parent 618b7f2 commit 3ca4456

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam._index

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam._index/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function ExampleJobs() {
160160
height="250"
161161
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
162162
allowFullScreen
163-
className="mb-4 w-full border-b border-slate-800"
163+
className="mb-4 border-b border-slate-800"
164164
/>
165165
<Header2 spacing>How to create a Job</Header2>
166166
<Paragraph variant="small" spacing>

0 commit comments

Comments
 (0)