Honour whitespace properly in the data grid. Fixes #2880
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