Skip to content

Commit

Permalink
fix(Use Case Participation): fixed columns alignment ui issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalgaurav-bmw committed Oct 17, 2024
1 parent 38246d5 commit 38c4a58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

- **Partner Network**
- changed role to access page [#1234](https://github.com/eclipse-tractusx/portal-frontend/pull/1234)
- **Use Case Participation**
- fixed columns alignment ui issue

## 2.3.0-alpha.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
}
.credential-list {
list-style: none;
.MuiAccordionSummary-root {
padding: 0px 16px 0px 0px;
}
.credential-list-item {
width: 100%;
margin-bottom: 0;
Expand Down

0 comments on commit 38c4a58

Please sign in to comment.