mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Confine whitespace prewrap to the SQL Editor's output grid to prevent it breaking subnode forms.
This commit is contained in:
parent
9c65b73f31
commit
cf80db66a6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user