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
commit 0b490912bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
font-size: $font-size-root;
font-family: $font-family-monospace;
height: auto;
word-break: break-word;
}
.slate-query-field-wrapper {

View File

@ -126,7 +126,7 @@
}
.query-row-tools {
width: 6rem;
white-space: nowrap;
}
.query-row-field {