Confine whitespace prewrap to the SQL Editor's output grid to prevent it breaking subnode forms.
parent
9c65b73f31
commit
cf80db66a6
|
@ -528,7 +528,7 @@ fieldset[disabled] .form-control {
|
||||||
background-color: #AAA;
|
background-color: #AAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgrid th.renderable, .backgrid td.renderable {
|
.sql-editor-grid-container .backgrid th.renderable, .sql-editor-grid-container .backgrid td.renderable {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue