Skip to content

Commit

Permalink
fix: layout overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markshenouda committed Oct 25, 2024
1 parent 12e6aa8 commit 9bcbac4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/CCIP/Chain/Chain.astro
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const searchLanes = getSearchLanes({ environment })
}
}

@media (min-width: 992px) {
@media (min-width: 1100px) {
.layout {
display: grid;
--doc-padding: var(--space-10x);
Expand Down
8 changes: 4 additions & 4 deletions src/components/CCIP/Tables/Table.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
width: 200px;
}

.ccip-table .ccip-table__status-column {
width: 140px;
}

.ccip-table__drawer-container {
padding: var(--space-6x);
}
Expand Down Expand Up @@ -183,4 +179,8 @@
.ccip-table td {
width: auto;
}

.ccip-table .ccip-table__status-column {
width: 140px;
}
}

0 comments on commit 9bcbac4

Please sign in to comment.