Skip to content

Commit

Permalink
fix(ngx-user-tooltip): update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
vapkse committed Jul 24, 2024
1 parent 2e3e257 commit 56ce7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/user-tooltip/src/user-tooltip.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export class NgxUserTooltipService extends NgxTooltipService<NgxUserCard> {
dialog: MatDialog
) {
super(lazyLoaderService, dialog, {
panelClass: 'no-padding-dialog',
width: 'auto',
minWidth: '16px'
minWidth: '16px',
panelClass: 'no-padding-dialog'
} as MatDialogConfig<NgxUserCard>);
}

Expand Down

0 comments on commit 56ce7cf

Please sign in to comment.