Skip to content

Commit

Permalink
fix(ngx-user-card): update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
vapkse committed Jul 24, 2024
1 parent fcfbed9 commit 0d06e0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions projects/tooltip/src/tooltip.directive.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Directive, ElementRef, Input, inject } from '@angular/core';
import { Directive, ElementRef, inject, Input } from '@angular/core';
import { NgxDestroy } from '@hug/ngx-core';
import { Observable, fromEvent, of, switchMap, take, takeUntil, timer } from 'rxjs';
import { fromEvent, Observable, of, switchMap, take, takeUntil, timer } from 'rxjs';

@Directive({
selector: '[ngx-tooltip]',
Expand Down
8 changes: 4 additions & 4 deletions projects/user-card/src/user-card.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ ngx-user-card {
line-height: 20px;
}

> .content-service {
grid-area: service;
}

> .content-type {
grid-area: type;
}

> .content-service {
grid-area: service;
}

> .content-phone {
grid-area: phone;
}
Expand Down

0 comments on commit 0d06e0e

Please sign in to comment.