Fix related videos title clipping

This commit is contained in:
James Taylor 2019-09-18 21:49:25 -07:00
parent 014da8d3ae
commit 66b1159d36

View File

@ -237,7 +237,8 @@ body{
.item .title{
min-width: 0;
max-height:3.6em;
line-height:1.25em;
max-height:3.75em;
overflow:hidden;
color: var(--text-color);