Skip to content

Commit

Permalink
Merge pull request #1118 from eclipse-tractusx/feature/#832-enable-po…
Browse files Browse the repository at this point in the history
…licy-management

chore(policies): 832 added layout feedback
  • Loading branch information
ds-mwesener authored Jun 26, 2024
2 parents ecc2414 + ad8512e commit d776afb
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 d776afb

Please sign in to comment.