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 {