mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-17 18:21:57 +00:00
Merge pull request #1253 from CDrosos/patch-4
Some checks are pending
Build / build (push) Waiting to run
Some checks are pending
Build / build (push) Waiting to run
Settings: Improve labels styling
This commit is contained in:
commit
e8d77595ed
2 changed files with 6 additions and 4 deletions
|
|
@ -29,8 +29,10 @@
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
white-space: nowrap;
|
display: -webkit-box;
|
||||||
text-overflow: ellipsis;
|
-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