diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html index caf4408..5942192 100644 --- a/layouts/partials/head_custom.html +++ b/layouts/partials/head_custom.html @@ -9,11 +9,12 @@ display: flex; } .footnotes p a { - max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: inline-block; white-space: nowrap; - flex: 1 0 90%; +} +.footnotes p a:nth-child(1) { + max-width: 90%; }