mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +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 {
|
.addon-name {
|
||||||
width: 7rem;
|
width: 7rem;
|
||||||
max-height: 3.6em;
|
max-height:4em;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: var(--primary-foreground-color);
|
color: var(--primary-foreground-color);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue