Skip to content

Commit

Permalink
Merge branch 'eclipse-tractusx:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-crehm authored Jun 26, 2024
2 parents 5ac5669 + d776afb commit 0d405bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
</div>
<div class="dialog--content--container flex flex-col justify-center text-center">
<p class="font-semiBold">{{ 'pageAdmin.policyManagement.deletionText' | i18n }}</p>
<mat-list class="overflow-auto">
<mat-list-item *ngFor="let item of policyIds">
<p class="font-bold" matLine>{{ item }}</p>
</mat-list-item>
</mat-list>
</div>
</div>
</mat-dialog-content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.dialog--header--container {
display: flex;
padding-bottom: 24px;
padding-bottom: 12px;
}

.dialog--header--text {
Expand Down

0 comments on commit 0d405bc

Please sign in to comment.