fix: heading link overflow style (#2568)

Co-authored-by: Luffy <lufei@docsifyjs.org>
This commit is contained in:
David Rivera 2025-07-24 19:29:25 -07:00 committed by GitHub
parent 6e45024168
commit be2163725a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -251,7 +251,8 @@
/* Prevent long titles from causing horizontal scrolling */
&[id] a {
overflow: hidden;
overflow-x: clip;
overflow-y: visible;
text-overflow: ellipsis;
}
}