Skip to content

Commit

Permalink
Merge branch 'main' into task/WP-728--useCopy-mutation-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jalowe13 authored Nov 18, 2024
2 parents aa3b102 + b01a86a commit a589c8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions client/src/components/PublicData/PublicData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const PublicDataListing = ({ canDownload, downloadCallback }) => {
disabled={!canDownload}
/>
}
contentLayoutName="oneColumn"
>
<SectionTableWrapper className={styles.content} manualContent>
<DataFilesListing
Expand Down
1 change: 0 additions & 1 deletion client/src/components/PublicData/PublicData.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.content {
/* As a flex child */
flex-grow: 1;

/* WARNING: Mimicked on: History, Allocation, DataFiles, DataFilesProjectsList, DataFilesProjectFileListing, PublicData */
padding-top: 1.75rem; /* ~28px (22.5px * design * 1.2 design-to-app ratio) */
/* There is no sidebar, so there is no need for space to the left */
Expand Down

0 comments on commit a589c8c

Please sign in to comment.