Commit 448114f6 by Jack Westbrook Committed by GitHub

fix: for graph size not taking up full height or width

parent 9c256982
...@@ -8,8 +8,9 @@ ...@@ -8,8 +8,9 @@
flex-direction: row; flex-direction: row;
.graph-legend { .graph-legend {
flex: 1 1 10px; flex: 0 1 10px;
max-height: 100%; max-height: 100%;
overflow-y: initial;
} }
.graph-legend-series { .graph-legend-series {
...@@ -46,7 +47,7 @@ ...@@ -46,7 +47,7 @@
.graph-legend { .graph-legend {
display: flex; display: flex;
flex: 1 1 auto; flex: 0 1 auto;
max-height: 35%; max-height: 35%;
margin: 0; margin: 0;
text-align: center; text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment