Browse Source
Merge pull request #25070 from abpframework/issue-21890
Remove bottom padding from modal header
pull/25079/head
Yağmur Çelik
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
npm/ng-packs/packages/theme-shared/src/lib/components/modal/modal.component.html
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
<ng-template #modalContent let-modal> |
|
|
|
@if (abpHeader()) { |
|
|
|
<div id="abp-modal-header" class="modal-header abp-modal-header"> |
|
|
|
<div id="abp-modal-header" class="modal-header abp-modal-header pb-0"> |
|
|
|
<ng-container *ngTemplateOutlet="abpHeader()"></ng-container> |
|
|
|
|
|
|
|
<button |
|
|
|
|