Skip to content

Commit

Permalink
chore(policies): 832 added layout feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mmaul committed Jun 26, 2024
1 parent 964a567 commit ad8512e
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 ad8512e

Please sign in to comment.