Album name is now wide enougth for big album names
This commit is contained in:
Matthieu Leproux
2021-05-05 11:53:06 +02:00
parent 3e5acb7b6e
commit 52a8c86e2e

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;