Merge pull request #13915 from grafana/IE11-graph-legend-below-fix

IE11 fix for legend tables below graph
This commit is contained in:
Torkel Ödegaard 2018-10-31 14:50:21 +01:00 committed by GitHub
commit c105e91181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;