fix long titles messing up related videos
This commit is contained in:
parent
5c4c21bfd3
commit
1c320e520c
@ -166,18 +166,21 @@ address{
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 168px 1fr;
|
grid-template-columns: 168px 1fr;
|
||||||
grid-column-gap: 5px;
|
grid-column-gap: 5px;
|
||||||
grid-template-rows: 0fr 0fr 0fr 1fr;
|
grid-template-rows: auto auto auto 1fr;
|
||||||
}
|
}
|
||||||
.small-item .title{
|
.small-item .title{
|
||||||
grid-column:2;
|
grid-column:2;
|
||||||
grid-row:1;
|
grid-row:1;
|
||||||
margin:0;
|
margin:0;
|
||||||
|
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-decoration:initial;
|
text-decoration:initial;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
||||||
|
overflow:hidden;
|
||||||
|
max-height: 3.6em;
|
||||||
}
|
}
|
||||||
.small-item address{
|
.small-item address{
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user