mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
fix: heading link overflow style (#2568)
Co-authored-by: Luffy <lufei@docsifyjs.org>
This commit is contained in:
parent
6e45024168
commit
be2163725a
@ -251,7 +251,8 @@
|
||||
|
||||
/* Prevent long titles from causing horizontal scrolling */
|
||||
&[id] a {
|
||||
overflow: hidden;
|
||||
overflow-x: clip;
|
||||
overflow-y: visible;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user