Skip to content

Commit

Permalink
Fix playlist element title overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Oct 27, 2023
1 parent 414875a commit 2809ebb
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ my-video-thumbnail,
@include disable-default-a-behaviour;

color: pvar(--mainForegroundColor);
}

> a {
display: flex;
min-width: 0;
align-items: center;
Expand Down Expand Up @@ -125,11 +128,11 @@ my-video-thumbnail,

a {
width: auto;
padding-right: 5px;
}

.pt-badge {
@include margin-right(5px);
margin: 0 5px;
white-space: nowrap;
}
}

Expand Down

0 comments on commit 2809ebb

Please sign in to comment.