Honour whitespace properly in the data grid. Fixes #2880

pull/6/head
Murtuza Zabuawala 2017-11-22 16:48:36 +00:00 committed by Dave Page
parent 1bc318f091
commit fdb4fa454a
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}