Skip to content

Commit

Permalink
Add margin to ensure alignment of text
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Dec 9, 2024
1 parent 7bf109d commit cceeefb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
}}</span>
<span *ngIf="!panelOpenState">Filter</span>
</div>
<ng-template #openedPanel><p>Filter</p></ng-template>
<ng-template #openedPanel>
<p class="mb-2">Filter</p>
</ng-template>
</mat-panel-title>
</mat-expansion-panel-header>
<div class="d-flex gap-2 flex-column filter-container">
Expand Down

0 comments on commit cceeefb

Please sign in to comment.