Browse Source

Merge pull request #6445 from abpframework/style/6434

Set user modal size to md
pull/6452/head
Muhammed Altuğ 6 years ago
committed by GitHub
parent
commit
8bb4e82543
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      npm/ng-packs/packages/identity/src/lib/components/users/users.component.html

2
npm/ng-packs/packages/identity/src/lib/components/users/users.component.html

@ -91,7 +91,7 @@
</div>
</div>
<abp-modal [(visible)]="isModalVisible" [busy]="modalBusy" (disappear)="form = null">
<abp-modal size="md" [(visible)]="isModalVisible" [busy]="modalBusy" (disappear)="form = null">
<ng-template #abpHeader>
<h3>{{ (selected?.id ? 'AbpIdentity::Edit' : 'AbpIdentity::NewUser') | abpLocalization }}</h3>
</ng-template>

Loading…
Cancel
Save