Extremely long titles

Fixed: Extremely long series titles causing display issues on main page

Fixes: #769
This commit is contained in:
Mark McDowall 2015-09-10 20:08:14 -07:00
parent a2f62a5dcd
commit e1afd89aae
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
.series-title-cell {
.text-overflow();
max-width: 450px;
@media @sm {
max-width: 250px
}