mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-09 07:33:19 -06:00
Honour whitespace properly in the data grid. Fixes #2880
This commit is contained in:
parent
1bc318f091
commit
fdb4fa454a
@ -521,3 +521,7 @@ input.editor-checkbox:focus {
|
||||
.pg_buttons {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#datagrid .slick-row .slick-cell {
|
||||
white-space: pre;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user