mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 03:01:45 +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 {
|
||||
line-height: 1.5rem;
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
color: var(--primary-foreground-color);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue