improve overflow for album artist column

This commit is contained in:
jeffvli
2025-10-07 11:36:48 -07:00
parent d9e8625b15
commit f09a8e3306
2 changed files with 12 additions and 4 deletions
@@ -6,3 +6,12 @@
.group a {
cursor: pointer;
}
.artists-container {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
line-height: 1.4;
-webkit-box-orient: vertical;
color: var(--theme-colors-foreground-muted);
}