fix long titles messing up related videos
This commit is contained in:
parent
5c4c21bfd3
commit
1c320e520c
@ -166,7 +166,7 @@ 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;
|
||||||
@ -178,6 +178,9 @@ address{
|
|||||||
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