From e806863dec59bca5ce9ea6422fe9ce7645af3d4e Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 14 Jun 2023 16:03:36 +0200 Subject: [PATCH] (cp ebcdb34) fixed #1925 photo resume does not show horizontal scroll --- 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 3e0ae8a8a..a41668b9c 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -5817,6 +5817,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; } #photosAddContent .Addedphotos #uploadedPhotos { display: flex; + flex-wrap: wrap; } /* Here we add a width and height of 120px so svg are visible and the same size as square images */ #uploadedPhotos img {