fix(stream): addon label overflow

This commit is contained in:
Timothy Z. 2024-11-27 14:57:57 +02:00
parent d3a98fbdd3
commit 15026ccf8c

View file

@ -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);