Skip to content

Commit

Permalink
[DSC-1864] fix space in async pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoMolinaro committed Oct 25, 2024
1 parent 1bb14f2 commit 7323f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/context-menu/context-menu.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div *ngIf="contextMenuObject">
<div class="d-flex space-children-mr justify-content-end" *dsRenderOnlyForBrowser="true">
<ng-container *ngFor="let entry of (standAloneEntries$| async)">
<ng-container *ngFor="let entry of (standAloneEntries$ | async)">
<ng-container *ngComponentOutlet="entry; injector: objectInjector;"></ng-container>
</ng-container>
<div ngbDropdown #itemOptions="ngbDropdown" placement="bottom-right"
Expand Down

0 comments on commit 7323f58

Please sign in to comment.