mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #13716 from grafana/davkal/13613-fix-split-layout
Explore: fix render issues in split view
This commit is contained in:
commit
0b490912bd
@ -2,6 +2,7 @@
|
||||
font-size: $font-size-root;
|
||||
font-family: $font-family-monospace;
|
||||
height: auto;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.slate-query-field-wrapper {
|
||||
|
@ -126,7 +126,7 @@
|
||||
}
|
||||
|
||||
.query-row-tools {
|
||||
width: 6rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.query-row-field {
|
||||
|
Loading…
Reference in New Issue
Block a user