Fix title lenght in album manager (line)

This commit is contained in:
MatthieuLP
2021-04-02 16:14:42 +02:00
parent 4bc1c26994
commit 3a91c30e1e

View File

@@ -207,7 +207,7 @@ function setDisplayLine() {
});
$(".albumTop").css({
width: "25%",
width: "35%",
justifyContent: "flex-start",
flexDirection: "row",
alignItems : "baseline",