Fix lightning graph heights on preview pages

This commit is contained in:
Mononaut
2022-08-23 15:50:52 +00:00
parent 5ad9572166
commit 8dd8c01aab
2 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,15 @@
.map-wrapper {
height: 100%;
&.widget {
height: 250px;
}
&.graph {
height: auto;
}
}
.card-header {
border-bottom: 0;
font-size: 18px;