diff --git a/theme/src/client/components/VPCopyright.vue b/theme/src/client/components/VPCopyright.vue index 9d4801c5..b7935b91 100644 --- a/theme/src/client/components/VPCopyright.vue +++ b/theme/src/client/components/VPCopyright.vue @@ -26,7 +26,7 @@ const {

{{ creationText }} - + {{ decodeURIComponent(sourceUrl) }}

@@ -54,6 +54,7 @@ const { } .vp-doc .copyright-container p span:first-of-type { + align-self: baseline; font-weight: bold; } @@ -63,6 +64,12 @@ const { color: var(--vp-c-text-2); transition: color var(--vp-t-color); } + +.vp-doc .copyright-container .source { + flex: 1; + width: 1px; + word-break: break-all; +}