Skip to content

Commit

Permalink
prevent link from taking 100% width
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfarrant committed Jan 8, 2025
1 parent 0dbb04b commit 0443969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/components/VideoPlayer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Videos with important visual information must include an audio description to en
The audio description can be provided as part of the existing soundtrack, or via a link to an alternate audio-described version.

```jsx live
<Stack gap="normal">
<Stack gap="normal" alignItems="center">
<VideoPlayer title="GitHub media player">
<VideoPlayer.Source src="/brand/assets/example.mp4" />
<VideoPlayer.Track src="/brand/assets/example.vtt" default />
Expand Down

0 comments on commit 0443969

Please sign in to comment.