diff --git a/src/renderer/features/albums/components/expanded-album-list-item.module.css b/src/renderer/features/albums/components/expanded-album-list-item.module.css index 6ef8f51c7..16f0a8719 100644 --- a/src/renderer/features/albums/components/expanded-album-list-item.module.css +++ b/src/renderer/features/albums/components/expanded-album-list-item.module.css @@ -70,7 +70,7 @@ -webkit-line-clamp: 2; line-clamp: 2; line-height: 1.3; - color: black; + color: black !important; -webkit-box-orient: vertical; }