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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|
|