From 52a8c86e2e95a39e2c76ea36bff2f55a98552268 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 5 May 2021 11:53:06 +0200 Subject: [PATCH] Fix issue #1388 Album name is now wide enougth for big album names --- admin/themes/default/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 0d36781fd..42b6ff546 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -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;