Skip to content

Commit a088ba2

Browse files
fix: match video download link font size with transcript download link (#38267)
1 parent bc4635c commit a088ba2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

xmodule/static/css-builtin-blocks/VideoBlockDisplay.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@
9696
}
9797

9898
.xmodule_display.xmodule_VideoBlock .video .wrapper-downloads .wrapper-download-video .video-sources {
99+
/* Match it with Transcipts */
100+
font-size: 16px !important;
101+
font-weight: unset;
99102
margin: 0;
100103
}
101104

0 commit comments

Comments
 (0)