-
<%= name %>
+
<%= name %>
<%= artist %>
<% if (plugins.music.played_at && played_at) { %>
Played at <%= played_at %>
diff --git a/source/templates/classic/style.css b/source/templates/classic/style.css
index 2342fec9..2d084468 100644
--- a/source/templates/classic/style.css
+++ b/source/templates/classic/style.css
@@ -468,7 +468,11 @@
.track .name {
font-size: 14px;
line-height: 14px;
+ height: 14px;
font-weight: 600;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.track .artist, .track .played-at {
font-size: 12px;