Index: arms/js/reportFullData.js =================================================================== diff -u -rb986dd093d2e3ba6292fef3895a27a7afbcc31cf -r16b9ed2c50d73ab8afeb1e7cf5c83961bc2da92e --- arms/js/reportFullData.js (.../reportFullData.js) (revision b986dd093d2e3ba6292fef3895a27a7afbcc31cf) +++ arms/js/reportFullData.js (.../reportFullData.js) (revision 16b9ed2c50d73ab8afeb1e7cf5c83961bc2da92e) @@ -656,13 +656,8 @@ allowInsertColumn: false, updateTable: function(instace, cell, col, row, val, id) { cell.style.whiteSpace = "normal"; - cell.style.whiteSpace = "normal"; - if (col === 0 || col === 2 || col === 5) { - cell.style.textAlign = "right"; - cell.style.color = "#a4c6ff"; - } else if (col === 1 || col === 4 || col === 7) { - cell.style.textAlign = "left"; - } + cell.style.textAlign = "left"; + cell.style.color = "#a4c6ff"; } }; SpreadsheetFunctions.setTargetId(target);