Fix for overlay text wrapping

This commit is contained in:
Tim Hobbs 2014-06-04 09:02:58 -07:00
parent 7b0bd883f6
commit 7f06844164

View File

@ -28,6 +28,12 @@
padding: 11px 12px 10px; padding: 11px 12px 10px;
} }
.posterItemOverlayInner p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.posterItemImage { .posterItemImage {
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;