Commit a1410b54 by David Kaltschmidt

Explore: fix render issues in split view

- avoid line wrap in row tools (add/remove/clear)
- avoid text overflow in query field
parent 1d60c45a
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment