From 823355364f5a241646cc5c023a9b65358eb71ee0 Mon Sep 17 00:00:00 2001 From: BettyFromHH Date: Thu, 28 May 2026 16:49:04 +0200 Subject: [PATCH 1/2] [Fix] Update Style to fix dropzones in object lists --- .../UI-framework/Dropzone/_ui-component_dropzone.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/070-components/UI-framework/Dropzone/_ui-component_dropzone.scss b/templates/default/070-components/UI-framework/Dropzone/_ui-component_dropzone.scss index 32005b009fc3..a5da29d753eb 100755 --- a/templates/default/070-components/UI-framework/Dropzone/_ui-component_dropzone.scss +++ b/templates/default/070-components/UI-framework/Dropzone/_ui-component_dropzone.scss @@ -23,7 +23,7 @@ } } -.ui-dropzone-container { +.ui-dropzone-container:not(.ilObjListRow .ui-dropzone-container) { display: flex; flex-direction: row-reverse; justify-content: space-between; From 3a820d9ecbe112322cc5da7d83dec82f6905a7e6 Mon Sep 17 00:00:00 2001 From: BettyFromHH Date: Thu, 28 May 2026 16:54:01 +0200 Subject: [PATCH 2/2] [Fix] Update Style to fix dropzones in object lists - Update delos.css --- templates/default/delos.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/delos.css b/templates/default/delos.css index 15cf2fc21835..37edef904f22 100644 --- a/templates/default/delos.css +++ b/templates/default/delos.css @@ -4865,7 +4865,7 @@ hr.il-divider-with-label { padding: 15px 12px; } -.ui-dropzone-container { +.ui-dropzone-container:not(.ilObjListRow .ui-dropzone-container) { display: flex; flex-direction: row-reverse; justify-content: space-between;