From ebcdb343058df6bc942d695e40cb01ef5867a713 Mon Sep 17 00:00:00 2001 From: MatthieuLP Date: Wed, 31 May 2023 16:07:31 +0200 Subject: [PATCH] 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 d7bd6635a..5a7433261 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -5905,6 +5905,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 {