Browse Source

Partially fixed overflow with Artists in SongsList

theflametrooper 8 years ago
parent
commit
b66ec4d9c9
1 changed files with 2 additions and 6 deletions
  1. 2 6
      frontend/components/Sidebars/SongsList.vue

+ 2 - 6
frontend/components/Sidebars/SongsList.vue

@@ -104,13 +104,9 @@
 		align-items: center;
 	}
 
-	.content p strong {
-		word-break: break-word;
-	}
+	.content p strong { word-break: break-word; }
 	
-	.content p small {
-		word-break: break-all;
-	}
+	.content p small { word-break: break-word; }
 
 	.add-to-queue {
 		width: 100%;