Explorar o código

Partially fixed overflow with Artists in SongsList

theflametrooper %!s(int64=8) %!d(string=hai) anos
pai
achega
b66ec4d9c9
Modificáronse 1 ficheiros con 2 adicións e 6 borrados
  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%;