From d86e7f6cd28d9915cc62c67be132d4370f99f886 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 12 May 2021 13:32:18 +0200 Subject: [PATCH] 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 3bb640a0c..c636517e1 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -3230,6 +3230,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 { @@ -3287,7 +3288,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;