Album name is now wide enougth for big album names
This commit is contained in:
plegall
2021-05-05 15:22:15 +02:00
parent 22f4608b2e
commit 6a7c7cf266
+1 -1
View File
@@ -3135,7 +3135,7 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;}
.move-cat-container .move-cat-title {
font-size: 16px;
margin: 10px;
max-width: 200px;
max-width: 600px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;