Skip to content

Commit

Permalink
bugfix(dataspace): fix last section background color issue
Browse files Browse the repository at this point in the history
  • Loading branch information
manojava-gk committed Sep 6, 2023
1 parent 42d8f13 commit d99927c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@
.rightAligned .title {
margin-bottom: 20px;
}

.sectionContainer:last-child {
padding-bottom: 40px;
}
}

//tab layout
Expand Down Expand Up @@ -298,6 +302,10 @@
.titleWithIcon button {
display: none;
}

.sectionContainer:last-child {
padding-bottom: 20px;
}
}

//mobile layout
Expand Down Expand Up @@ -440,6 +448,10 @@
.titleWithIcon button {
display: block;
}

.sectionContainer:last-child {
padding-bottom: 20px;
}
}

.readMoreStyle {
Expand Down

0 comments on commit d99927c

Please sign in to comment.