|
@@ -24,6 +24,8 @@
|
|
|
border: 1px solid rgba(0, 0, 0, 0.125);
|
|
|
background: #fff;
|
|
|
border-radius: 5px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
.chart-header {
|
|
|
background-color: #F2F2F2;
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
|
@@ -120,8 +122,8 @@
|
|
|
}
|
|
|
.chart-wrapper {
|
|
|
width: calc(100vw - 4px);
|
|
|
- height: calc(100vh - 100px);
|
|
|
- max-height: calc(100vw - 100px);
|
|
|
+
|
|
|
+
|
|
|
padding: 0 0 5px;
|
|
|
}
|
|
|
}
|