mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
Merge pull request #601 from Stremio/fix-titles-overflow
fix: metaitem titles overflow
This commit is contained in:
commit
a568bb0f60
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue