mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Fix title lenght in album manager (line)
This commit is contained in:
@@ -207,7 +207,7 @@ function setDisplayLine() {
|
||||
});
|
||||
|
||||
$(".albumTop").css({
|
||||
width: "25%",
|
||||
width: "35%",
|
||||
justifyContent: "flex-start",
|
||||
flexDirection: "row",
|
||||
alignItems : "baseline",
|
||||
|
||||
Reference in New Issue
Block a user