浏览代码

currentSong in songslist now breaks at each word

theflametrooper 8 年之前
父节点
当前提交
a5cc4236cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {