mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(stream): addon label overflow
This commit is contained in:
parent
d3a98fbdd3
commit
15026ccf8c
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
.addon-name {
|
||||
width: 7rem;
|
||||
max-height: 3.6em;
|
||||
max-height:4em;
|
||||
font-size: 1.1rem;
|
||||
text-align: left;
|
||||
color: var(--primary-foreground-color);
|
||||
|
|
|
|||
Loading…
Reference in a new issue