mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +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;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nb-card-body {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.consumption-table {
|
.consumption-table {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
@ -147,6 +151,7 @@
|
||||||
background-image: nb-theme(radial-gradient);
|
background-image: nb-theme(radial-gradient);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart-header {
|
.chart-header {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue