Explore: fix render issues in split view

- avoid line wrap in row tools (add/remove/clear)
- avoid text overflow in query field
This commit is contained in:
David Kaltschmidt
2018-10-17 17:59:03 +02:00
parent 1d60c45a04
commit a1410b54a5
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 {