From f648813259ee0b6a3a9cdbfa96c06990ba38730d Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 13 May 2021 13:53:22 +0200 Subject: [PATCH] (cp d86e7f6) related to #1396 title of popin when ordering albums is well aligned --- admin/themes/default/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 4b3b1a4ec..58f7af06e 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -3219,6 +3219,7 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;} transform: translate(-50%, -48%); text-align: left; padding: 30px; + min-width: 360px; } .cat-move-order-popin .popin-title .icon-sort-name-up::before { @@ -3276,7 +3277,7 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;} .cat-move-order-popin .close-popin:hover { color: #ffa646;} -.popin-title {font-weight: bold; font-size: 15px; margin-bottom: 15px; color: #3C3C3C;} +.popin-title {font-weight: bold; font-size: 15px; margin-bottom: 15px; color: #3C3C3C; white-space: nowrap;} .popin-title span { padding: 7px;