mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-08 06:32:35 +01:00
fix(dashboard): improve contacts responsiveness
This commit is contained in:
parent
97caa36fd3
commit
754c148e69
3 changed files with 9 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<nb-card [size]="breakpoint.width >= 1600 ? 'large' : 'xlarge'">
|
||||
<nb-card [size]="breakpoint.width >= breakpoints.xxxl ? 'large' : 'xlarge'">
|
||||
<nb-tabset fullWidth>
|
||||
<nb-tab tabTitle="Contacts">
|
||||
<div class="contact" *ngFor="let c of contacts">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue