Honour whitespace properly in the data grid. Fixes #2880

This commit is contained in:
Murtuza Zabuawala 2017-11-22 16:48:36 +00:00 committed by Dave Page
parent 1bc318f091
commit fdb4fa454a

View File

@ -521,3 +521,7 @@ input.editor-checkbox:focus {
.pg_buttons {
text-align:right;
}
#datagrid .slick-row .slick-cell {
white-space: pre;
}