1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-05 23:21:25 +00:00

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

View file

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