mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-09 18:40:43 +00:00
MetaItem title overflow fixed
This commit is contained in:
parent
35ebb27548
commit
2038a8aa6d
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@
|
|||
font-size: 1.4em;
|
||||
padding: 0 0.5em;
|
||||
color: var(--color-surfacelighter);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.menu-icon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue