Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for header overflow causing excess page width
Browse files Browse the repository at this point in the history
droberts-ctrlo committed Jan 29, 2025
1 parent bca6579 commit 3698fa5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/frontend/components/table-header/_table-header.scss
Original file line number Diff line number Diff line change
@@ -36,6 +36,12 @@
flex-wrap: nowrap;
gap: $padding-base-horizontal;
padding-bottom: 1.5rem;
.table-header__navigation {
width: auto;
}
.table-header__meta {
width: max-content;
}
}

.table-header-bottom {

0 comments on commit 3698fa5

Please sign in to comment.