From d99927c7270f8bc3c1ef1c10051010bdebc1d6eb Mon Sep 17 00:00:00 2001 From: manojava-gk Date: Wed, 6 Sep 2023 19:01:06 +0530 Subject: [PATCH] bugfix(dataspace): fix last section background color issue --- CHANGELOG.md | 2 ++ .../StaticTemplateResponsive/StaticTemplate.scss | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8233244..343e2c050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ - Enable search & filter - Serview Overview - Added Sub menu for active services in service overview +- Data Space + - Last section background color issue ## 1.6.0 diff --git a/src/components/shared/templates/StaticTemplateResponsive/StaticTemplate.scss b/src/components/shared/templates/StaticTemplateResponsive/StaticTemplate.scss index 88cec679e..5bf21a592 100644 --- a/src/components/shared/templates/StaticTemplateResponsive/StaticTemplate.scss +++ b/src/components/shared/templates/StaticTemplateResponsive/StaticTemplate.scss @@ -161,6 +161,10 @@ .rightAligned .title { margin-bottom: 20px; } + + .sectionContainer:last-child { + padding-bottom: 40px; + } } //tab layout @@ -298,6 +302,10 @@ .titleWithIcon button { display: none; } + + .sectionContainer:last-child { + padding-bottom: 20px; + } } //mobile layout @@ -440,6 +448,10 @@ .titleWithIcon button { display: block; } + + .sectionContainer:last-child { + padding-bottom: 20px; + } } .readMoreStyle {