瀏覽代碼

Partially fixed overflow with Artists in SongsList

theflametrooper 8 年之前
父節點
當前提交
b66ec4d9c9
共有 1 個文件被更改,包括 2 次插入6 次删除
  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%;