diff --git a/src/app/doi.org/[...doi]/Content.tsx b/src/app/doi.org/[...doi]/Content.tsx index 9407a27d..b39fe3c3 100644 --- a/src/app/doi.org/[...doi]/Content.tsx +++ b/src/app/doi.org/[...doi]/Content.tsx @@ -52,7 +52,7 @@ export default async function Content(props: Props) { - + {work.registrationAgency.id == "datacite" && ( diff --git a/src/components/DownloadMetadata/DownloadMetadata.tsx b/src/components/DownloadMetadata/DownloadMetadata.tsx index 5bcda01c..8853bec7 100644 --- a/src/components/DownloadMetadata/DownloadMetadata.tsx +++ b/src/components/DownloadMetadata/DownloadMetadata.tsx @@ -162,13 +162,13 @@ const DownloadMetadata: React.FunctionComponent = ({ doi }) => { Download Metadata - setShowDownloadMetadataModal(false)}> + setShowDownloadMetadataModal(false)}> {/* Download Metadata */} {exportMetadata()} - + ) diff --git a/src/components/RepositoryDetail/RepositoryDetail.module.scss b/src/components/RepositoryDetail/RepositoryDetail.module.scss index f239fcfd..f2a7042f 100644 --- a/src/components/RepositoryDetail/RepositoryDetail.module.scss +++ b/src/components/RepositoryDetail/RepositoryDetail.module.scss @@ -87,6 +87,9 @@ margin: 0; li { margin-bottom: 5px; + a { + overflow-wrap: break-word; + } } } } @@ -101,5 +104,9 @@ display: flex; flex-direction: column; align-items: flex-start; + div { + padding-left: 0px; + padding-right: 0px; + } @include header-style(); } diff --git a/src/components/RepositoryDetail/RepositoryDetail.tsx b/src/components/RepositoryDetail/RepositoryDetail.tsx index 69352767..03b2f188 100644 --- a/src/components/RepositoryDetail/RepositoryDetail.tsx +++ b/src/components/RepositoryDetail/RepositoryDetail.tsx @@ -34,7 +34,7 @@ export function RepositorySidebar({ repo }: Props) { return ( <> {repo.url && ( -