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

This commit is contained in:
Jack Westbrook 2020-10-16 12:13:07 +02:00 committed by GitHub
parent 9c256982e5
commit 448114f649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,9 @@
flex-direction: row;
.graph-legend {
flex: 1 1 10px;
flex: 0 1 10px;
max-height: 100%;
overflow-y: initial;
}
.graph-legend-series {
@ -46,7 +47,7 @@
.graph-legend {
display: flex;
flex: 1 1 auto;
flex: 0 1 auto;
max-height: 35%;
margin: 0;
text-align: center;