Commit d46c2589 by Torkel Ödegaard

IE11 fix for legend tables below graph

parent 89cd15d9
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
position: relative; position: relative;
cursor: crosshair; cursor: crosshair;
flex-grow: 1; flex-grow: 1;
min-height: 65%;
} }
.datapoints-warning { .datapoints-warning {
...@@ -46,7 +47,7 @@ ...@@ -46,7 +47,7 @@
.graph-legend { .graph-legend {
display: flex; display: flex;
flex: 0 1 auto; flex: 0 1 auto;
max-height: 30%; max-height: 35%;
margin: 0; margin: 0;
text-align: center; text-align: center;
padding-top: 6px; padding-top: 6px;
......
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