Skip to content

Commit ea7cad3

Browse files
committed
Remove bottom padding from modal header
Add the 'pb-0' class to the modal header div in modal.component.html to remove the default bottom padding when abpHeader() is present. This fixes layout/spacing in the theme-shared modal header.
1 parent fa794fc commit ea7cad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

npm/ng-packs/packages/theme-shared/src/lib/components/modal/modal.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<ng-template #modalContent let-modal>
44
@if (abpHeader()) {
5-
<div id="abp-modal-header" class="modal-header abp-modal-header">
5+
<div id="abp-modal-header" class="modal-header abp-modal-header pb-0">
66
<ng-container *ngTemplateOutlet="abpHeader()"></ng-container>
77
88
<button

0 commit comments

Comments
 (0)