Added hint for tvdb: imdb: search prefixes. Also fixed the series title overflow issue.

This commit is contained in:
Taloth Saldono
2014-07-16 23:25:36 +02:00
parent 8f192e635f
commit 981ffb09fc
8 changed files with 51 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ define(
], function (TemplatedCell) {
return TemplatedCell.extend({
className: 'series-title',
className: 'series-title-cell',
template : 'Cells/SeriesTitleTemplate'
});
+1 -1
View File
@@ -5,7 +5,7 @@
@import "../Content/mixins";
@import "../Content/variables";
.series-title {
.series-title-cell {
.text-overflow();
@media @sm {