Merge pull request #13716 from grafana/davkal/13613-fix-split-layout

Explore: fix render issues in split view
This commit is contained in:
Torkel Ödegaard
2018-10-18 13:00:23 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -2,6 +2,7 @@
font-size: $font-size-root;
font-family: $font-family-monospace;
height: auto;
word-break: break-word;
}
.slate-query-field-wrapper {
+1 -1
View File
@@ -126,7 +126,7 @@
}
.query-row-tools {
width: 6rem;
white-space: nowrap;
}
.query-row-field {