mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: metaitem titles overflow
This commit is contained in:
parent
46bcf240b3
commit
5472b053cc
1 changed files with 5 additions and 1 deletions
|
|
@ -317,11 +317,15 @@
|
|||
|
||||
.title-label {
|
||||
flex: 1;
|
||||
max-height: 2.4em;
|
||||
max-height: 2.6em;
|
||||
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