Skip to content

Commit

Permalink
Merge pull request #1215 from eclipse-tractusx/chore/#1025-fix-overla…
Browse files Browse the repository at this point in the history
…pping-table-actions

chore(contracts): #1025 fix overlapping table actions
  • Loading branch information
ds-mmaul authored Jul 16, 2024
2 parents 4a16c35 + eb4f48a commit 934c56a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha
- #1082 fix duplicate key errors when synchronizing assets with IRS
- #970 fixed bug where the right operand of policies was not showing up in table and detailed view
- #1188 prevent retry requests for notification actions to prevent duplicate error messages in history
- #1025 fix overlapping table actions

## [12.0.0 - 05.07.2024]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ table {
.menu-column {
position: sticky;
right: 0;
visibility: hidden;
background-color: white;
z-index: 1;
}

Expand Down Expand Up @@ -323,7 +323,3 @@ tr.error {
cursor: pointer;
}

.table--header--menu {
visibility: hidden;
}

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ table {
.menu-column {
position: sticky;
right: 0;
visibility: hidden;
background-color: white;
z-index: 1;
}
.table--select-all {
Expand Down Expand Up @@ -251,10 +251,6 @@ tr.error {
word-break: break-all;
}

.table--header--menu {
visibility: hidden;
}

.policy-table-header {
font-size: 24px;
font-family: Catena-X SemiBold, sans-serif;
Expand Down

0 comments on commit 934c56a

Please sign in to comment.