Skip to content

Commit 743faf6

Browse files
committed
💄
1 parent f6b5f3d commit 743faf6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎src/releaseNotes.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ export class ReleaseNotes extends Disposable {
121121
<meta charset="UTF-8">
122122
<meta name="viewport" content="width=device-width, initial-scale=1.0">
123123
<title>Gitpod Release Notes</title>
124+
<style>
125+
video {
126+
max-width: 100%;
127+
width: 100%;
128+
}
129+
</style>
124130
<style>
125131
${DEFAULT_MARKDOWN_STYLES}
126132
</style>

0 commit comments

Comments
 (0)