diff --git a/modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml b/modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml
index d691b27b320e6a8b039c1c2ffd0739eaf943c16b..1cbc2252d5ab1cfb4c3fef6300f7c62da46a7f88 100644
--- a/modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml
+++ b/modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml
@@ -182,12 +182,14 @@ FocusScope {
                     Widgets.MenuCaption {
                         text: "<b>" + I18n.qtr("File Name:") + "</b> " + expandRect.model.fileName
                         width: parent.width
+                        textFormat: Text.StyledText
                     }
 
                     Widgets.MenuCaption {
                         text: "<b>" + I18n.qtr("Path:") + "</b> " + expandRect.model.display_mrl
                         topPadding: VLCStyle.margin_xsmall
                         width: parent.width
+                        textFormat: Text.StyledText
                     }
 
                     MouseArea {