Browse Source

currentSong in songslist now breaks at each word

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

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

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