1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Added a few bdi tags for a good experience

This commit is contained in:
Hadi Charara 2022-07-04 13:29:46 -04:00
parent 8cd92ab518
commit b15953acc2
2 changed files with 4 additions and 4 deletions

View file

@ -487,7 +487,7 @@ import ServerConnections from '../ServerConnections';
if (enableOverview && item.Overview) {
html += '<div class="listItem-bottomoverview secondary">';
html += item.Overview;
html += '<bdi>' + item.Overview + '</bdi>';
html += '</div>';
}
}