From c11490ba9c2bdf9b33216e99187354c2c3b1c329 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 2 Nov 2022 14:58:04 +0100 Subject: [PATCH] fixed #1774 fixed height for the linked album popin --- admin/themes/default/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index eb1e3841b..3eef59260 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -6527,6 +6527,7 @@ color:#FF7B00; border-radius:15px; align-items:center; width: 400px; + height: 400px; } .linkedAlbumPopInContainer .AddIconContainer {