Merge pull request #601 from Stremio/fix-titles-overflow

fix: metaitem titles overflow
This commit is contained in:
Tim 2024-03-08 13:32:17 +01:00 committed by GitHub
commit a568bb0f60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -317,11 +317,14 @@
.title-label {
flex: 1;
max-height: 2.4em;
padding-left: 1.5rem;
font-weight: 600;
text-align: center;
color: var(--primary-foreground-color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
&:only-child {
padding: 0 0.5rem;