mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-16 17:22:38 +00:00
Limit label text to two lines with ellipsis
This commit is contained in:
parent
e6f5d71f46
commit
6b74d5941e
1 changed files with 4 additions and 2 deletions
|
|
@ -29,8 +29,10 @@
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
white-space: normal;
|
display: -webkit-box;
|
||||||
word-break: break-word;
|
-webkit-line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
overflow: hidden;
|
||||||
color: var(--primary-foreground-color);
|
color: var(--primary-foreground-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue