diff --git a/public/scripts/index.js b/public/scripts/index.js index 180f8b3..ef28b6f 100644 --- a/public/scripts/index.js +++ b/public/scripts/index.js @@ -92,6 +92,7 @@ async function loadTable() { const dateCell = document.createElement('td'); dateCell.textContent = game.date; + dateCell.style['white-space'] = 'nowrap'; row.appendChild(dateCell); gamesTable.appendChild(row);