From 2f10aed246bdd4941a9a4762609eb31f60d50830 Mon Sep 17 00:00:00 2001 From: Lukas Eichenauer Date: Thu, 29 Jan 2026 10:08:50 +0100 Subject: [PATCH] fix(ui/46583): adjust margin in presentation table expanded section --- .../UI-framework/Table/_ui-component_table.scss | 4 ++-- templates/default/delos.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/default/070-components/UI-framework/Table/_ui-component_table.scss b/templates/default/070-components/UI-framework/Table/_ui-component_table.scss index 5e5dd670d967..4ebb22908305 100755 --- a/templates/default/070-components/UI-framework/Table/_ui-component_table.scss +++ b/templates/default/070-components/UI-framework/Table/_ui-component_table.scss @@ -74,7 +74,7 @@ $il-table-presentation-details-viewcontrols-btn-bg: white; font-size: $il-font-size-large; font-weight: $il-font-weight-base; padding: 0; - margin: 0; + margin: 0 0 18px 0; cursor: pointer; } @@ -97,7 +97,7 @@ $il-table-presentation-details-viewcontrols-btn-bg: white; } .il-table-presentation-row-expanded { - margin-top: $il-margin-large-vertical; + margin-top: 0; @include brk.on-screen-size('small') { order: 2; diff --git a/templates/default/delos.css b/templates/default/delos.css index cb7216b3c389..a00e40def7d8 100644 --- a/templates/default/delos.css +++ b/templates/default/delos.css @@ -11898,7 +11898,7 @@ div.alert ul { font-size: 1rem; font-weight: 400; padding: 0; - margin: 0; + margin: 0 0 18px 0; cursor: pointer; } @media screen and (max-width: 768px) { @@ -11917,7 +11917,7 @@ div.alert ul { content: ":"; } .il-table-presentation-row .il-table-presentation-row-expanded { - margin-top: 6px; + margin-top: 0; } @media screen and (max-width: 768px) { .il-table-presentation-row .il-table-presentation-row-expanded {