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 9e5f815df4..c401ea7f16 100644 --- a/explorer/src/routes/+page.svelte +++ b/explorer/src/routes/+page.svelte @@ -65,14 +65,14 @@ .chain-info { display: flex; flex-wrap: wrap; - gap: 1.875rem; + gap: 1.25rem; } } - @media (min-width: 1024px) { + @media (min-width: 1780px) { .tables { flex-direction: row; - gap: 1.875rem; + gap: 1.25rem; } :global(.tables-layout) { diff --git a/explorer/src/routes/__tests__/__snapshots__/page.spec.js.snap b/explorer/src/routes/__tests__/__snapshots__/page.spec.js.snap index 787ac4b3da..dc0254f82e 100644 --- a/explorer/src/routes/__tests__/__snapshots__/page.spec.js.snap +++ b/explorer/src/routes/__tests__/__snapshots__/page.spec.js.snap @@ -2,7 +2,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 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`] = `