Confine whitespace prewrap to the SQL Editor's output grid to prevent it breaking subnode forms.

This commit is contained in:
Dave Page 2016-04-15 11:11:32 +01:00
parent 9c65b73f31
commit cf80db66a6

View File

@ -528,7 +528,7 @@ fieldset[disabled] .form-control {
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;
}