IE11 fix for legend tables below graph

(cherry picked from commit d46c258933)
This commit is contained in:
Torkel Ödegaard
2018-11-06 15:06:48 +01:00
committed by bergquist
parent eeb4d08031
commit c7736c0b7d
+2 -1
View File
@@ -28,6 +28,7 @@
position: relative;
cursor: crosshair;
flex-grow: 1;
min-height: 65%;
}
.datapoints-warning {
@@ -46,7 +47,7 @@
.graph-legend {
display: flex;
flex: 0 1 auto;
max-height: 30%;
max-height: 35%;
margin: 0;
text-align: center;
padding-top: 6px;