mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-30 05:05:18 +01:00
fix(dashboard): improve dashboard responsiveness
This commit is contained in:
parent
b7a8f6cb15
commit
c533cd7d5c
5 changed files with 35 additions and 17 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<nb-card size="large">
|
||||
<nb-card [size]="breakpoint.width >= 1600 ? '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