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
commit e1afd89aae

View file

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