diff --git a/dashboard-ui/scripts/sections.js b/dashboard-ui/scripts/sections.js index fb2faa8279..fdf1d45c63 100644 --- a/dashboard-ui/scripts/sections.js +++ b/dashboard-ui/scripts/sections.js @@ -274,7 +274,12 @@ var scrollX = enableScrollX(); if (items.length) { - html += '

' + Globalize.translate('LatestFromLibrary', parent.Name) + '

'; + + html += '
'; + html += '

' + Globalize.translate('LatestFromLibrary', parent.Name) + '

'; + html += ''; + html += '
'; + if (scrollX) { html += '
'; } else {