mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(dashboard): hide chart when user switch layouts
This commit is contained in:
parent
96bf563e1c
commit
4fd404788a
1 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,10 @@
|
|||
flex-direction: row;
|
||||
}
|
||||
|
||||
nb-card-body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.consumption-table {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -147,6 +151,7 @@
|
|||
background-image: nb-theme(radial-gradient);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.chart-header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue