Преглед изворни кода

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

IE11 fix for legend tables below graph
Torkel Ödegaard пре 7 година
родитељ
комит
c105e91181
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      public/sass/components/_panel_graph.scss

+ 2 - 1
public/sass/components/_panel_graph.scss

@@ -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 @@
 .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;