From 8328078dd47c8cf465b13909fe9ee2a090ec3852 Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Fri, 26 Oct 2018 06:46:17 -0300 Subject: [PATCH] Fix alignment of collapsed footnotes. --- css/reference_footnote.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/reference_footnote.css b/css/reference_footnote.css index 2df1272..80eff5f 100644 --- a/css/reference_footnote.css +++ b/css/reference_footnote.css @@ -1,7 +1,10 @@ -.footnotes .footnote .footnote-link { +.footnotes .footnote .footnote-link, +.footnotes .footnote .footnote-multi { float: left; } -.footnotes .footnote .footnote-link::after { +.footnotes .footnote .footnote-link::after, +.footnotes .footnote .footnote-multi::after { content: " "; white-space: pre; +} \ No newline at end of file