Fix playlist element title overflow
This commit is contained in:
parent
414875a220
commit
2809ebbc20
|
@ -37,6 +37,9 @@ my-video-thumbnail,
|
||||||
@include disable-default-a-behaviour;
|
@include disable-default-a-behaviour;
|
||||||
|
|
||||||
color: pvar(--mainForegroundColor);
|
color: pvar(--mainForegroundColor);
|
||||||
|
}
|
||||||
|
|
||||||
|
> a {
|
||||||
display: flex;
|
display: flex;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -125,11 +128,11 @@ my-video-thumbnail,
|
||||||
|
|
||||||
a {
|
a {
|
||||||
width: auto;
|
width: auto;
|
||||||
padding-right: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pt-badge {
|
.pt-badge {
|
||||||
@include margin-right(5px);
|
margin: 0 5px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user