Another clipping text fix

This commit is contained in:
Jonathan Wong 2015-08-26 20:41:05 -07:00
commit f00de8e548

View file

@ -1513,6 +1513,9 @@ a .season-episodes-card-overlay:hover {
}
.home-platforms-instance-list-name h5 {
margin: 5px 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.home-platforms-instance-list-playcount {
float: left;