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

resize library buttons

This commit is contained in:
Luke Pulverenti 2014-05-27 10:30:21 -04:00
parent 9f80d772a9
commit a4f86c1a60
6 changed files with 29 additions and 20 deletions

View file

@ -1697,7 +1697,7 @@
renderOverview: function (elem, item) {
var overview = item.OverviewHtml || item.Overview || '';
var overview = item.Overview || '';
elem.html(overview).trigger('create');