Skip to content

Commit

Permalink
fix edge case
Browse files Browse the repository at this point in the history
  • Loading branch information
deuch13 committed Jun 19, 2024
1 parent 88280ea commit f1c79e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions explorer/src/lib/components/table/Table.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
position: sticky;
top: 0;
z-index: 1;
text-wrap: nowrap;
}

.table__data-cell {
Expand Down
2 changes: 1 addition & 1 deletion explorer/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}
}
@media (min-width: 1770px) {
@media (min-width: 1780px) {
.tables {
flex-direction: row;
gap: 1.25rem;
Expand Down
8 changes: 4 additions & 4 deletions explorer/src/routes/__tests__/__snapshots__/page.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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`] = `
<div>
<section
class="chain-info svelte-1awqgmj"
class="chain-info svelte-1ayc05m"
>
<div
class="statistics-panel"
Expand Down Expand Up @@ -1000,7 +1000,7 @@ exports[`home page > should render the home page, start polling for the latest c
</section>

<section
class="tables svelte-1awqgmj"
class="tables svelte-1ayc05m"
>
<div
class="dusk-card data-card latest-blocks-card tables-layout"
Expand Down Expand Up @@ -1078,7 +1078,7 @@ exports[`home page > 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`] = `
<div>
<section
class="chain-info svelte-1awqgmj"
class="chain-info svelte-1ayc05m"
>
<div
class="statistics-panel"
Expand Down Expand Up @@ -2075,7 +2075,7 @@ exports[`home page > should render the home page, start polling for the latest c
</section>

<section
class="tables svelte-1awqgmj"
class="tables svelte-1ayc05m"
>
<div
class="dusk-card data-card latest-blocks-card tables-layout"
Expand Down

0 comments on commit f1c79e8

Please sign in to comment.