Remove max-height constraint on sidenote numbers

Allow sidenote numbers to display at their natural height instead
of being constrained to 2rem.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-23 19:39:08 -05:00
parent 6ea33d89cb
commit 24e69f0397
-1
View File
@@ -391,7 +391,6 @@ input.margin-toggle {
label.sidenote-number {
display: inline-block;
max-height: 2rem; /* should be less than or equal to paragraph line-height */
}
label.margin-toggle:not(.sidenote-number) {