diff --git a/explorer/src/lib/components/table/Table.css b/explorer/src/lib/components/table/Table.css index fc1d3ec6e5..b9ca78e1cc 100644 --- a/explorer/src/lib/components/table/Table.css +++ b/explorer/src/lib/components/table/Table.css @@ -20,6 +20,7 @@ position: sticky; top: 0; z-index: 1; + text-wrap: nowrap; } .table__data-cell { diff --git a/explorer/src/routes/+page.svelte b/explorer/src/routes/+page.svelte index 305a3b4456..c401ea7f16 100644 --- a/explorer/src/routes/+page.svelte +++ b/explorer/src/routes/+page.svelte @@ -69,7 +69,7 @@ } } - @media (min-width: 1770px) { + @media (min-width: 1780px) { .tables { flex-direction: row; gap: 1.25rem; diff --git a/explorer/src/routes/__tests__/__snapshots__/page.spec.js.snap b/explorer/src/routes/__tests__/__snapshots__/page.spec.js.snap index 392599ef00..76c96f8e79 100644 --- a/explorer/src/routes/__tests__/__snapshots__/page.spec.js.snap +++ b/explorer/src/routes/__tests__/__snapshots__/page.spec.js.snap @@ -3,7 +3,7 @@ exports[`home page > should render the home page, start polling for the latest chain info and stop the polling when the component is destroyed 1`] = `
should render the home page, start polling for the latest c
should render the home page, start polling for the latest c exports[`home page > should render the home page, start polling for the latest chain info and stop the polling when the component is destroyed 2`] = `
should render the home page, start polling for the latest c