Explorar o código

currentSong in songslist now breaks at each word

theflametrooper %!s(int64=8) %!d(string=hai) anos
pai
achega
a5cc4236cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/components/Sidebars/SongsList.vue

+ 1 - 1
frontend/components/Sidebars/SongsList.vue

@@ -105,7 +105,7 @@
 	}
 
 	.content p strong {
-		word-break: break-all;
+		word-break: break-word;
 	}
 	
 	.content p small {