Footnotes are not aligned with their labels #428
-
Footnote entries are not aligned: The first paragraphs inside a footnote are being applied a top-margin offset ( diff --git a/src/furo/assets/styles/content/_lists.sass b/src/furo/assets/styles/content/_lists.sass
index 1bfbd138..76166c92 100644
--- a/src/furo/assets/styles/content/_lists.sass
+++ b/src/furo/assets/styles/content/_lists.sass
@@ -59,7 +59,9 @@ dl.glossary
margin-right: 0.2rem
dd
- > p:first-child,
+ > p:first-child
+ margin-top: 0rem
+
ul
margin-top: 0.125rem Footnote entries align nicely: Can we tweak the styling logic a bit so that footnote entries do not have this offset? (assuming there is a reason for other entries to have said offset) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In case it makes sense to look at them both at the same time, I just reported a new issue with footnote misalignment in #452. |
Beta Was this translation helpful? Give feedback.
-
A PR for this would be welcome. |
Beta Was this translation helpful? Give feedback.
A PR for this would be welcome.