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