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