fix height

This commit is contained in:
2019-08-10 15:43:36 +02:00
parent b25a7ac483
commit f18ef58789
2 changed files with 1 additions and 5 deletions

View File

@@ -107,15 +107,12 @@ export default {
<style lang="scss">
@import "@/style/_variables.scss";
.chart {
.chart, .chart div {
display: flex;
flex-direction: column;
flex-grow: 1;
width: 100%;
}
.chart div {
height: 100%;
}
.chart-container {
display: flex;
flex-direction: column;