diff --git a/src/components/shared/SongItem.vue b/src/components/shared/SongItem.vue
index ceaf64a6..3cfe1b36 100644
--- a/src/components/shared/SongItem.vue
+++ b/src/components/shared/SongItem.vue
@@ -38,7 +38,7 @@
-
- {{ props.song.album }}
-
+ {{ props.song.album }}
{{ formatSeconds(props.song.length) }}
@@ -157,11 +155,8 @@ function emitUpdate(track: Track) {
.song-album {
word-break: break-all;
text-transform: capitalize;
-
- .album {
- cursor: pointer;
- max-width: max-content;
- }
+ max-width: max-content;
+ cursor: pointer;
@include tablet-portrait {
display: none;