mirror of
https://github.com/grafana/grafana.git
synced 2025-01-01 11:47:05 -06:00
IE11 fix for legend tables below graph
This commit is contained in:
parent
89cd15d98c
commit
d46c258933
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user