From c77149f0b2c9835d89e2c1455a6c13f01100f0e3 Mon Sep 17 00:00:00 2001 From: Muhammad Arslan Abdul Rauf Date: Wed, 1 Apr 2026 17:25:59 +0500 Subject: [PATCH] fix: match video download link font size with transcripts --- xblocks_contrib/video/assets/css/video.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xblocks_contrib/video/assets/css/video.css b/xblocks_contrib/video/assets/css/video.css index 4b17328b..3c9d3fb2 100644 --- a/xblocks_contrib/video/assets/css/video.css +++ b/xblocks_contrib/video/assets/css/video.css @@ -98,6 +98,9 @@ } .video .wrapper-downloads .wrapper-download-video .video-sources { + /* Match it with Transcipts */ + font-size: 16px !important; + font-weight: unset; margin: 0; }